summaryrefslogtreecommitdiffstats
path: root/samples/OAuthAuthorizationServer/Controllers/AccountController.cs
Commit message (Collapse)AuthorAgeFilesLines
* Removed database component from the Resource Server sample.Andrew Arnott2010-08-111-0/+11
|
* Fixed bug where sample logon page would throw due to no returnUrl parameter.Andrew Arnott2010-08-111-14/+17
|
* Now StyleCop clean.Andrew Arnott2010-08-011-24/+14
|
* The OAuthClient, OAuthResourceServer and OAuthAuthorizationServer samples ↵Andrew Arnott2010-08-011-91/+38
| | | | now work!
* Split the OAuthServiceProvider sample into two samples: ↵Andrew Arnott2010-07-311-0/+127
OAuthAuthorizationServer and OAuthResourceServer. Renamed OAuthConsumer to OAuthClient.