summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/ServiceProvider.cs
Commit message (Expand)AuthorAgeFilesLines
* Documented all members... StyleCop is now happy.Andrew Arnott2008-10-021-16/+118
* More public API work.Andrew Arnott2008-10-021-2/+2
* Exposed more message types to enable Service Provider scenarios.Andrew Arnott2008-10-021-34/+45
* Public API work.Andrew Arnott2008-10-021-4/+4
* StyleCop work and adding support for including extra parameters where the spe...Andrew Arnott2008-10-021-2/+5
* Split up the two OAuth message type providers into Consumer and Service Provi...Andrew Arnott2008-10-021-1/+1
* Removed the queue/dequeue methodology of queued responses. Now the methods t...Andrew Arnott2008-10-021-8/+7
* Refactored ServiceProviderEndpoints into ServiceProviderDescription and made ...Andrew Arnott2008-09-281-8/+8
* Removed hard-coded signing modules.Andrew Arnott2008-09-281-5/+2
* Appendix scenario test passing (again), this time with HMAC signing of HTTP r...Andrew Arnott2008-09-281-5/+0
* Added SigningBindingElementChain class to enable the use of several signers b...Andrew Arnott2008-09-271-1/+5
* Fixed incoming OAuth message type discernment.Andrew Arnott2008-09-261-1/+1
* Added capability to send the final authorized request for protected resources.Andrew Arnott2008-09-261-0/+13
* Added check so that unauthorized request tokens cannot be exchanged for acces...Andrew Arnott2008-09-251-0/+9
* Fixed lots of StyleCop issues and refacted Consumer/Service Provider a bit.Andrew Arnott2008-09-251-15/+24
* Added enough token management that the Appendix A scenario test is passing ag...Andrew Arnott2008-09-251-48/+39
* Added facility for SPs to inject extra information into messages prior to sig...Andrew Arnott2008-09-241-1/+1
* Added a scenario test from Appendix A (incomplete but passing so far).Andrew Arnott2008-09-241-3/+86
* Implementing and refactoring ServiceProvider and Consumer classes.Andrew Arnott2008-09-231-8/+9
* Added the 7 OAuth message types.Andrew Arnott2008-09-211-0/+8
* Lots of StyleCop changes.Andrew Arnott2008-09-011-10/+25
* Added some basic classes, message serialization and some unit tests.Andrew Arnott2008-09-011-0/+48