Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes ThreadAbortException that was preventing the verifier being saved with ↵ | Andrew Arnott | 2013-06-09 | 1 | -1/+0 |
| | | | | the request token. | ||||
* | Changed all ASP.NET async void event handlers to use RegisterAsyncTask, ↵ | Andrew Arnott | 2013-03-04 | 1 | -26/+30 |
| | | | | which avoids bugs in ASP.NET. | ||||
* | A few more fixes. | Andrew Arnott | 2013-03-04 | 1 | -0/+1 |
| | |||||
* | C# compiler warning fixes. | Andrew Arnott | 2013-02-10 | 1 | -2/+1 |
| | |||||
* | Samples all build now. | Andrew Arnott | 2013-01-27 | 1 | -2/+5 |
| | |||||
* | Added OAuth 1.0 samples from v3.4 branch and fixed them up a bit so that | Andrew Arnott | 2012-02-02 | 1 | -0/+80 |
| | | | | | | they work here. Fixes #64 | ||||
* | Split the OAuthServiceProvider sample into two samples: ↵ | Andrew Arnott | 2010-07-31 | 1 | -76/+0 |
| | | | | | | OAuthAuthorizationServer and OAuthResourceServer. Renamed OAuthConsumer to OAuthClient. | ||||
* | Multiple client callback URLs are now supported. | Andrew Arnott | 2010-07-30 | 1 | -4/+4 |
| | | | | And some StyleCop cleanup. | ||||
* | Simplified OAuth 2 API a bit. | Andrew Arnott | 2010-07-30 | 1 | -3/+3 |
| | |||||
* | StyleCop fixes | Andrew Arnott | 2010-07-26 | 1 | -9/+9 |
| | |||||
* | Ripped out OAuth 1.0 support from the OAuthServiceProvider sample. | Andrew Arnott | 2010-07-22 | 1 | -0/+76 |
| | |||||
* | Stripping OAuth 1.0 support from the OAuthServiceProvider sample. | Andrew Arnott | 2010-07-22 | 1 | -80/+0 |
| | |||||
* | Lots of StyleCop work, and one bug fix (can you find it? <g>) | Andrew Arnott | 2010-06-07 | 1 | -3/+3 |
| | |||||
* | More StyleCop fixes that mysteriously didn't show up before. | Andrew Arnott | 2010-05-08 | 1 | -2/+2 |
| | |||||
* | StyleCop fixes. | Andrew Arnott | 2010-05-08 | 1 | -4/+4 |
| | |||||
* | Updated OAuth C and SP samples to use standard WAP namespaces. | Andrew Arnott | 2010-04-19 | 1 | -63/+66 |
| | |||||
* | Added IServiceProviderTokenManager.UpdateToken method. | Andrew Arnott | 2009-08-19 | 1 | -1/+3 |
| | | | | Fixes Trac #96. | ||||
* | Refactored OAuth service provider interfaces to better suite token and ↵ | Andrew Arnott | 2009-06-08 | 1 | -1/+1 |
| | | | | consumer queries. | ||||
* | OAuth SP now works with 1.0 Consumers correctly. | Andrew Arnott | 2009-06-08 | 1 | -0/+11 |
| | |||||
* | StyleCop fixes. | Andrew Arnott | 2009-04-30 | 1 | -1/+1 |
| | |||||
* | Added XSS protection to OAuth SP sample. | Andrew Arnott | 2009-04-29 | 1 | -0/+20 |
| | | | | Resolves Trac ticket 43. | ||||
* | OAuth SP sample now correctly sets the ConsumerLabel field in the authorize ↵ | Andrew Arnott | 2009-04-25 | 1 | -0/+1 |
| | | | | page. | ||||
* | Renamed OAuth sample sites. | Andrew Arnott | 2009-03-26 | 1 | -0/+43 |