summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.ResourceServer/OAuth2/StandardAccessTokenAnalyzer.cs
Commit message (Expand)AuthorAgeFilesLines
* Lots of StyleCop fixes.Andrew Arnott2013-03-261-1/+8
* Adds support for symmetric key signing and encryption of access tokens.Andrew Arnott2013-03-011-1/+14
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-261-1/+0
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-261-1/+2
* Merge branch 'v4.1'Andrew Arnott2012-12-021-3/+9
|\
| * Allows resource servers to receive unencrypted access tokens.Andrew Arnott2012-11-111-2/+1
| * Wraps IOException with ProtocolException while decoding access tokens.Andrew Arnott2012-11-111-1/+7
| * Fixes exception thrown on missing access tokenAndrew Arnott2012-11-101-0/+1
* | Adds AuthorizationServer.DecodeRefreshTokenAndrew Arnott2012-07-201-1/+1
|/
* Authorization Server hosts now instantiate their own AccessTokens rather than...Andrew Arnott2012-04-251-1/+2
* AccessToken is now a public class.Andrew Arnott2012-04-011-14/+5
* A bunch more moving of OAuth2 classes between assemblies.Andrew Arnott2012-03-161-0/+66