summaryrefslogtreecommitdiffstats
path: root/samples/OAuthAuthorizationServer/Code/DataClasses.designer.cs
Commit message (Collapse)AuthorAgeFilesLines
* Updates NuGet packages.Andrew Arnott2013-10-191-6/+6
|
* Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.Andrew Arnott2012-03-101-5/+5
|
* Fixed build breaks.Andrew Arnott2012-02-191-0/+24
|
* We have an implicit grant javascript client that can obtain an access token.Andrew Arnott2011-06-201-2/+2
| | | | It doesn't know how to use it yet though.
* Allowed for cycling of symmetric cryptographic keys by replacing the ↵Andrew Arnott2011-05-271-1/+146
| | | | | | effectively constant byte[] secret with a new ICryptoKeyStore throughout the OAuth 2 and OpenID stacks. And StyleCop fixes.
* Fixed bug where client authorizations didn't have to be associated with a user.Andrew Arnott2010-08-111-4/+4
|
* Split the OAuthServiceProvider sample into two samples: ↵Andrew Arnott2010-07-311-0/+808
OAuthAuthorizationServer and OAuthResourceServer. Renamed OAuthConsumer to OAuthClient.