Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updates NuGet packages. | Andrew Arnott | 2013-10-19 | 1 | -6/+6 |
| | |||||
* | Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade. | Andrew Arnott | 2012-03-10 | 1 | -5/+5 |
| | |||||
* | Fixed build breaks. | Andrew Arnott | 2012-02-19 | 1 | -0/+24 |
| | |||||
* | We have an implicit grant javascript client that can obtain an access token. | Andrew Arnott | 2011-06-20 | 1 | -2/+2 |
| | | | | It doesn't know how to use it yet though. | ||||
* | Allowed for cycling of symmetric cryptographic keys by replacing the ↵ | Andrew Arnott | 2011-05-27 | 1 | -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 Arnott | 2010-08-11 | 1 | -4/+4 |
| | |||||
* | Split the OAuthServiceProvider sample into two samples: ↵ | Andrew Arnott | 2010-07-31 | 1 | -0/+808 |
OAuthAuthorizationServer and OAuthResourceServer. Renamed OAuthConsumer to OAuthClient. |