summaryrefslogtreecommitdiffstats
path: root/samples/OAuthAuthorizationServer/Controllers/HomeController.cs
Commit message (Collapse)AuthorAgeFilesLines
* We have an implicit grant javascript client that can obtain an access token.Andrew Arnott2011-06-201-0/+5
| | | | It doesn't know how to use it yet though.
* Various fixes to the sample OAuth 2.0 Authorization Server sample.Andrew Arnott2011-05-271-1/+5
|
* Removed database component from the Resource Server sample.Andrew Arnott2010-08-111-5/+1
|
* Non-functional cleanup.Andrew Arnott2010-08-111-10/+10
|
* Now StyleCop clean.Andrew Arnott2010-08-011-13/+9
|
* The OAuthClient, OAuthResourceServer and OAuthAuthorizationServer samples ↵Andrew Arnott2010-08-011-2/+0
| | | | now work!
* Split the OAuthServiceProvider sample into two samples: ↵Andrew Arnott2010-07-311-0/+60
OAuthAuthorizationServer and OAuthResourceServer. Renamed OAuthConsumer to OAuthClient.