Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added IServiceProviderTokenManager.UpdateToken method. | Andrew Arnott | 2009-08-19 | 1 | -0/+4 |
| | | | | Fixes Trac #96. | ||||
* | Added IServiceProviderAccessToken and added a method to get it on the ↵ | Andrew Arnott | 2009-06-23 | 1 | -1/+9 |
| | | | | IServiceProviderTokenManager interface. | ||||
* | Locked down contract for when tokens are not found. | Andrew Arnott | 2009-06-09 | 1 | -2/+6 |
| | |||||
* | Refactored OAuth service provider interfaces to better suite token and ↵ | Andrew Arnott | 2009-06-08 | 1 | -47/+4 |
| | | | | consumer queries. | ||||
* | OAuth SP now works with 1.0 Consumers correctly. | Andrew Arnott | 2009-06-08 | 1 | -1/+17 |
| | |||||
* | OAuth SP and web consumer work under OAuth 1.0a. | Andrew Arnott | 2009-06-07 | 1 | -0/+13 |
| | |||||
* | Initial change to comply with OAuth 1.0a. | Andrew Arnott | 2009-06-05 | 1 | -0/+19 |
| | | | | | | Still need to come up with a plan to handle Consumers without callback, including mobile and set-top devices with limited keyboards. No tests yet. Limited thought given so far to interoperability with 1.0 vs. 1.0a. | ||||
* | OAuth SP sample now correctly sets the ConsumerLabel field in the authorize ↵ | Andrew Arnott | 2009-04-25 | 1 | -0/+14 |
| | | | | page. | ||||
* | Split up ITokenManager into two derived interfaces to better fit Consumer ↵ | Andrew Arnott | 2009-04-08 | 1 | -2/+6 |
| | | | | and Service Provider scenarios. | ||||
* | Renamed OAuth sample sites. | Andrew Arnott | 2009-03-26 | 1 | -0/+118 |