summaryrefslogtreecommitdiffstats
path: root/samples/DotNetOpenAuth.ApplicationBlock/InMemoryTokenManager.cs
Commit message (Collapse)AuthorAgeFilesLines
* OAuth 1.0 Consumers are now *much* simpler, entirely avoiding channels.Andrew Arnott2013-02-251-147/+0
| | | | Build breaks in other projects, however.
* Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.Andrew Arnott2012-03-101-2/+2
|
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | Fixes #66
* Adjusted how the sample InMemoryTokenManager class is defined so that it is ↵Andrew Arnott2010-04-191-1/+5
| | | | more difficult to use in real apps without knowing its limited scope.
* Fixed missing interface on demo InMemoryTokenManager class that caused the ↵Andrew Arnott2010-04-091-1/+22
| | | | loginPlusOAuthSampleOP.aspx sample to fail.
* Added Sign In with Twitter sample.Andrew Arnott2010-02-241-0/+122