summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.Client/OAuth2/ClientBase.cs
Commit message (Expand)AuthorAgeFilesLines
* Lots of StyleCop fixes.Andrew Arnott2013-03-261-5/+4
* Many more unit test build fixes and product touch-ups.Andrew Arnott2013-03-071-2/+2
* More warning fixes.Andrew Arnott2013-02-101-0/+9
* C# compiler warning fixes.Andrew Arnott2013-02-101-3/+17
* OAuth2.Client builds.Andrew Arnott2013-01-131-17/+18
* Removes CLR4 compiler symbol.Andrew Arnott2012-12-281-4/+0
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-261-2/+0
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-261-4/+5
* CreateAccessToken reveals username to hostAndrew Arnott2012-12-241-1/+1
* Adds ability for OAuth 2 clients to accept deeper access token JSON responses.Andrew Arnott2012-12-241-0/+9
* Merge branch 'v4.1'Andrew Arnott2012-12-021-1/+1
|\
| * Fixes access token expiration check in clientAndrew Arnott2012-11-101-1/+1
* | Adds ClientBase.AuthorizeRequest overloads that accept WebHeaderCollection.Andrew Arnott2012-11-111-2/+28
* | Authorization servers can override the granted scopes for all grant types.Andrew Arnott2012-10-301-0/+1
|/
* Adds ClientBase.CreateAuthorizingHandlerAndrew Arnott2012-09-261-0/+29
* Fixed StyleCop message.Andrew Arnott2012-04-201-0/+3
* Fixed HTTP Basic authentication for OAuth 2 clients so that it actually works...Andrew Arnott2012-04-191-3/+13
* Renamed a client credential applicator.Andrew Arnott2012-04-181-1/+1
* StyleCop cleanup, and reversal of some code changes that were no longer neces...Andrew Arnott2012-04-181-17/+12
* We have HTTP Basic client authentication working now in OAuth 2.Andrew Arnott2012-04-181-10/+42
* Merge branch 'v4.0'Andrew Arnott2012-04-051-3/+3
|\
| * Fixed peverify errors in unified assembly due to two resources sharing a comm...Andrew Arnott2012-04-051-2/+2
* | Moved localizable strings into specific OAuth 2 assemblies.Andrew Arnott2012-03-311-1/+1
* | A bunch more moving of OAuth2 classes between assemblies.Andrew Arnott2012-03-161-3/+3
|/
* Renamed ObtainClientAccessToken.Andrew Arnott2012-02-251-1/+1
* Added client credential grant type support and a test to prove it.Andrew Arnott2012-02-251-15/+39
* Added basic test for resource owner password authorizatino request. Not yet ...Andrew Arnott2012-02-231-0/+35
* Added scaffolding for OAuth2 unit tests and added the first test for client a...Andrew Arnott2012-02-201-1/+1
* Fixed many FxCop messages in OAuth2 assemblies. #68Andrew Arnott2012-02-091-2/+2
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
* Removed some lingering ccrewrite.exe dependent code.Andrew Arnott2011-09-201-1/+1
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-181-19/+19
* Broke out OAuth 2 into 4 separate assemblies.Andrew Arnott2011-08-011-0/+256