summaryrefslogtreecommitdiffstats
path: root/projecttemplates/WebFormsRelyingParty/Code/OAuthTokenManager.cs
Commit message (Expand)AuthorAgeFilesLines
* Moved all the project template logic that would be common between MVC and web...Andrew Arnott2009-11-131-143/+0
* Fixed a bunch of bugs in the project template's oauth sp implementation.Andrew Arnott2009-11-121-2/+4
* Added scope to issued OAuth tokens.Andrew Arnott2009-11-101-0/+5
* Added a bunch more OAuth SP supporting code, but it's not done yet.Andrew Arnott2009-11-101-1/+25
* Split up token manager into an SP side and a consumer side.Andrew Arnott2009-11-101-155/+4
* Split up issued tokens into request and access token types.Andrew Arnott2009-11-101-16/+17
* Added initial OAuth token manager and entities.Andrew Arnott2009-11-101-0/+262