Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved all the OAuth classes into its own namespace in preparation to ↵ | Andrew Arnott | 2008-11-03 | 12 | -1040/+0 |
| | | | | receiving DotNetOpenId merge. | ||||
* | Renamed all the OAuth message types. | Andrew Arnott | 2008-11-02 | 8 | -76/+123 |
| | |||||
* | Fixed up class diagram. | Andrew Arnott | 2008-11-02 | 1 | -16/+14 |
| | |||||
* | StyleCop fixes. | Andrew Arnott | 2008-11-01 | 2 | -7/+15 |
| | |||||
* | Hugely refactored ServiceProvider and Consumer classes. | Andrew Arnott | 2008-11-01 | 3 | -5/+31 |
| | | | | Messages are now exposed in the method signatures instead of raw Response instances. | ||||
* | Fixed up xml comment and class diagrams. | Andrew Arnott | 2008-10-24 | 1 | -17/+21 |
| | |||||
* | Applied FxCop fixes. | Andrew Arnott | 2008-10-23 | 9 | -56/+147 |
| | |||||
* | Refactored messages to try to simplify their uses and try to hide ↵ | Andrew Arnott | 2008-10-09 | 10 | -31/+179 |
| | | | | information from areas that don't need it. | ||||
* | Removed TokenSecret initialization within the Consumer. | Andrew Arnott | 2008-10-09 | 1 | -2/+2 |
| | |||||
* | Renamed a few OAuth messages and a few more methods. | Andrew Arnott | 2008-10-09 | 6 | -61/+84 |
| | |||||
* | Added strong-typed request token message to sample. | Andrew Arnott | 2008-10-07 | 5 | -8/+8 |
| | | | | | This proves that messages can be derived from and tailored to provide type-safe additions where the OAuth protocol permits it. As can be seen, several more types and members had to be made public for this to work. | ||||
* | Changed the way HttpMethod is derived for signing verification. | Andrew Arnott | 2008-10-04 | 1 | -11/+3 |
| | |||||
* | Documented all members... StyleCop is now happy. | Andrew Arnott | 2008-10-02 | 1 | -2/+2 |
| | |||||
* | More public API work. | Andrew Arnott | 2008-10-02 | 1 | -2/+2 |
| | |||||
* | Exposed more message types to enable Service Provider scenarios. | Andrew Arnott | 2008-10-02 | 9 | -23/+23 |
| | |||||
* | Fixed HTTP Authorization header to not include extra parameters. | Andrew Arnott | 2008-10-02 | 1 | -5/+0 |
| | | | | Combined the AdditionalParametersInHttpRequest and ExtraData concepts | ||||
* | Add/removed some TODOs | Andrew Arnott | 2008-10-02 | 1 | -1/+1 |
| | |||||
* | Fixed StyleCop issues and added a couple of HMAC signature tests. | Andrew Arnott | 2008-10-02 | 1 | -0/+3 |
| | |||||
* | Added capability to add extra fields to request token message. | Andrew Arnott | 2008-09-28 | 1 | -0/+6 |
| | |||||
* | Appendix scenario test passing (again), this time with HMAC signing of HTTP ↵ | Andrew Arnott | 2008-09-28 | 7 | -9/+26 |
| | | | | requests. | ||||
* | Fixed lots of StyleCop issues and refacted Consumer/Service Provider a bit. | Andrew Arnott | 2008-09-25 | 3 | -9/+14 |
| | |||||
* | Added enough token management that the Appendix A scenario test is passing ↵ | Andrew Arnott | 2008-09-25 | 6 | -41/+58 |
| | | | | again. | ||||
* | Fixed token secret retention bug. | Andrew Arnott | 2008-09-24 | 1 | -0/+3 |
| | |||||
* | Added logging. | Andrew Arnott | 2008-09-24 | 1 | -0/+27 |
| | |||||
* | Added a scenario test from Appendix A (incomplete but passing so far). | Andrew Arnott | 2008-09-24 | 3 | -9/+9 |
| | | | | Included in this change are a lot of fixes and additional implementation. | ||||
* | Implementing and refactoring ServiceProvider and Consumer classes. | Andrew Arnott | 2008-09-23 | 7 | -10/+21 |
| | | | | Beginning to write a test for the spec's appendix A scenario. | ||||
* | Implemented the PLAINTEXT and HMAC-SHA1 signature algorithms. | Andrew Arnott | 2008-09-22 | 1 | -6/+35 |
| | |||||
* | Fixed up the timestamp to be OAuth compliant. | Andrew Arnott | 2008-09-22 | 1 | -2/+15 |
| | |||||
* | Refactored OAuth signing functionality into a SignedMessageBase class. | Andrew Arnott | 2008-09-22 | 10 | -111/+137 |
| | |||||
* | Adding the binding elements necessary for basic OAuth functionality. | Andrew Arnott | 2008-09-21 | 3 | -40/+1 |
| | |||||
* | Refactored the OAuth messages with a base class, and satisfied StyleCop. | Andrew Arnott | 2008-09-21 | 10 | -174/+404 |
| | |||||
* | Added the 7 OAuth message types. | Andrew Arnott | 2008-09-21 | 9 | -0/+360 |