summaryrefslogtreecommitdiffstats
path: root/samples/OAuthConsumer/Code/Logging.cs
Commit message (Collapse)AuthorAgeFilesLines
* Fix changes made in previous commits to actually adhere to StyleCop rules, ↵lcalabrese2015-08-071-1/+1
| | | | so the project even builds in Release mode
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-041-2/+4
|
* Added OAuth 1.0 samples from v3.4 branch and fixed them up a bit so thatAndrew Arnott2012-02-021-0/+22
| | | | | | they work here. Fixes #64
* Split the OAuthServiceProvider sample into two samples: ↵Andrew Arnott2010-07-311-22/+0
| | | | | | OAuthAuthorizationServer and OAuthResourceServer. Renamed OAuthConsumer to OAuthClient.
* Updated OAuth C and SP samples to use standard WAP namespaces.Andrew Arnott2010-04-191-15/+17
|
* Converted the OAuth consumer and SP sample web site projects to web ↵Andrew Arnott2010-04-181-0/+20
application projects.