Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added frame-busting code to OAuth SP sample. | Andrew Arnott | 2009-11-17 | 1 | -1/+19 |
| | |||||
* | Added to sample OAuthConsumerWcf to demonstrate calling our sample ↵ | Andrew Arnott | 2009-08-19 | 1 | -0/+3 |
| | | | | OAuthServiceProvider. | ||||
* | Fixed a couple of issues with the sample OAuth SP in handling desktop consumers. | Andrew Arnott | 2009-08-19 | 2 | -2/+2 |
| | |||||
* | Added request token TTL checking. | Andrew Arnott | 2009-06-15 | 2 | -3/+7 |
| | | | | Resolves Trac ticket #54. | ||||
* | Locked down contract for when tokens are not found. | Andrew Arnott | 2009-06-09 | 1 | -2/+6 |
| | |||||
* | Fixed a couple of small bugs. | Andrew Arnott | 2009-06-09 | 1 | -1/+1 |
| | |||||
* | Refactored OAuth service provider interfaces to better suite token and ↵ | Andrew Arnott | 2009-06-08 | 7 | -52/+165 |
| | | | | consumer queries. | ||||
* | OAuth SP now works with 1.0 Consumers correctly. | Andrew Arnott | 2009-06-08 | 7 | -17/+77 |
| | |||||
* | Fixed anomaly in sample dbml file. | Andrew Arnott | 2009-06-07 | 1 | -1/+1 |
| | |||||
* | OAuth SP and web consumer work under OAuth 1.0a. | Andrew Arnott | 2009-06-07 | 4 | -4/+42 |
| | |||||
* | Initial change to comply with OAuth 1.0a. | Andrew Arnott | 2009-06-05 | 6 | -8/+55 |
| | | | | | | 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. | ||||
* | Added uri section declaration to web.config files of a few samples. | Andrew Arnott | 2009-05-13 | 1 | -0/+1 |
| | |||||
* | Made sure that IDN and IRI URI mode are turned on for all sample sites, and ↵ | Andrew Arnott | 2009-05-09 | 1 | -4/+19 |
| | | | | added a comment indicating their importance for all web sites that use this library. | ||||
* | StyleCop fixes. | Andrew Arnott | 2009-04-30 | 1 | -1/+1 |
| | |||||
* | Added XSS protection to OAuth SP sample. | Andrew Arnott | 2009-04-29 | 2 | -0/+21 |
| | | | | Resolves Trac ticket 43. | ||||
* | OAuth SP sample now correctly sets the ConsumerLabel field in the authorize ↵ | Andrew Arnott | 2009-04-25 | 2 | -0/+15 |
| | | | | page. | ||||
* | Fixed build warning regarding .refresh files. | Andrew Arnott | 2009-04-22 | 1 | -0/+0 |
| | |||||
* | Decreases drop .zip file size from 12.6MB to 3.6MB by not deploying ↵ | Andrew Arnott | 2009-04-14 | 1 | -0/+0 |
| | | | | | | redundant copies of binaries to all samples, while leaving samples compilable within VS2008. Fixes Trac ticket 12. | ||||
* | Added default proxy use to all the samples. | Andrew Arnott | 2009-04-09 | 1 | -0/+5 |
| | |||||
* | Split up ITokenManager into two derived interfaces to better fit Consumer ↵ | Andrew Arnott | 2009-04-08 | 2 | -3/+7 |
| | | | | and Service Provider scenarios. | ||||
* | Restored missing project and assembly references in the samples. | Andrew Arnott | 2009-03-26 | 1 | -0/+0 |
| | |||||
* | Renamed OAuth sample sites. | Andrew Arnott | 2009-03-26 | 29 | -0/+1858 |