summaryrefslogtreecommitdiffstats
path: root/samples/OAuthConsumer/SampleWcf.aspx.cs
Commit message (Collapse)AuthorAgeFilesLines
* Fixes string representation of an access token in the sample.Andrew Arnott2013-06-091-1/+1
|
* Changed all ASP.NET async void event handlers to use RegisterAsyncTask, ↵Andrew Arnott2013-03-041-44/+62
| | | | which avoids bugs in ASP.NET.
* Applied similar redirect fixes elsewhere.Andrew Arnott2013-03-021-1/+1
|
* Fixes some OAuth 1 build breaks.Andrew Arnott2013-02-261-31/+19
|
* Renames ApplyOAuthParameter method.Andrew Arnott2013-02-211-1/+1
|
* Removes ConsumerBase.PrepareAuthorizedRequestAsync methods.Andrew Arnott2013-02-201-2/+8
| | | | HttpClient, full steam ahead.
* Samples all build now.Andrew Arnott2013-01-271-14/+17
|
* Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.Andrew Arnott2012-03-101-3/+3
|
* Added OAuth 1.0 samples from v3.4 branch and fixed them up a bit so thatAndrew Arnott2012-02-021-0/+119
| | | | | | they work here. Fixes #64
* Ripped out OAuth 1.0 support from the OAuthServiceProvider sample.Andrew Arnott2010-07-221-119/+0
|
* OAuth 2.0 web flow now works, client, auth server, and resource server, in ↵Andrew Arnott2010-06-021-4/+4
| | | | | | the sample! Yay.
* StyleCop fixes.Andrew Arnott2010-05-081-8/+8
|
* Updated OAuth C and SP samples to use standard WAP namespaces.Andrew Arnott2010-04-191-96/+98
|
* Converted the OAuth consumer and SP sample web site projects to web ↵Andrew Arnott2010-04-181-2/+2
| | | | application projects.
* Added Sign In with Twitter sample.Andrew Arnott2010-02-241-0/+1
|
* Split up ITokenManager into two derived interfaces to better fit Consumer ↵Andrew Arnott2009-04-081-3/+1
| | | | and Service Provider scenarios.
* Fixed OAuth Consumer sample that broke when everything was renamed.Andrew Arnott2009-03-281-1/+1
|
* Renamed OAuth sample sites.Andrew Arnott2009-03-261-0/+118