summaryrefslogtreecommitdiffstats
path: root/samples/OAuthServiceProvider/Code/OAuthConsumer.cs
Commit message (Collapse)AuthorAgeFilesLines
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | Fixes #66
* Added OAuth 1.0 samples from v3.4 branch and fixed them up a bit so thatAndrew Arnott2012-02-021-0/+43
| | | | | | they work here. Fixes #64
* Ripped out OAuth 1.0 support from the OAuthServiceProvider sample.Andrew Arnott2010-07-221-27/+0
|
* Stripping OAuth 1.0 support from the OAuthServiceProvider sample.Andrew Arnott2010-07-221-31/+3
|
* Removed last tie between OAuth 2.0 and OAuth 1.0 in the code.Andrew Arnott2010-06-251-1/+13
|
* Updated OAuth C and SP samples to use standard WAP namespaces.Andrew Arnott2010-04-191-27/+29
|
* Converted the OAuth consumer and SP sample web site projects to web ↵Andrew Arnott2010-04-181-0/+41
application projects.