Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed all the OAuth message types. | Andrew Arnott | 2008-11-02 | 1 | -69/+0 |
| | |||||
* | Applied FxCop fixes. | Andrew Arnott | 2008-10-23 | 1 | -5/+7 |
| | |||||
* | Refactored messages to try to simplify their uses and try to hide ↵ | Andrew Arnott | 2008-10-09 | 1 | -2/+28 |
| | | | | information from areas that don't need it. | ||||
* | Exposed more message types to enable Service Provider scenarios. | Andrew Arnott | 2008-10-02 | 1 | -2/+2 |
| | |||||
* | Appendix scenario test passing (again), this time with HMAC signing of HTTP ↵ | Andrew Arnott | 2008-09-28 | 1 | -1/+1 |
| | | | | requests. | ||||
* | Added a scenario test from Appendix A (incomplete but passing so far). | Andrew Arnott | 2008-09-24 | 1 | -1/+1 |
| | | | | Included in this change are a lot of fixes and additional implementation. | ||||
* | Implementing and refactoring ServiceProvider and Consumer classes. | Andrew Arnott | 2008-09-23 | 1 | -1/+1 |
| | | | | Beginning to write a test for the spec's appendix A scenario. | ||||
* | Refactored OAuth signing functionality into a SignedMessageBase class. | Andrew Arnott | 2008-09-22 | 1 | -1/+0 |
| | |||||
* | Refactored the OAuth messages with a base class, and satisfied StyleCop. | Andrew Arnott | 2008-09-21 | 1 | -25/+23 |
| | |||||
* | Added the 7 OAuth message types. | Andrew Arnott | 2008-09-21 | 1 | -0/+44 |