summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.Client/OAuth2
Commit message (Collapse)AuthorAgeFilesLines
* FxCop fixes and suppressions.Andrew Arnott2012-03-101-3/+2
|
* Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.Andrew Arnott2012-03-101-1/+1
|
* Fixed NullReferenceException causing a unit test failure.Andrew Arnott2012-03-081-2/+11
|
* OAuth 2 clients now use the state parameter to mitigate XSRF attacks.Andrew Arnott2012-03-083-10/+17
| | | | Fixes #84
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵Andrew Arnott2012-03-052-4/+6
| | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing.
* 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
| | | | Fixes #33
* Added basic test for resource owner password authorizatino request. Not yet ↵Andrew Arnott2012-02-231-0/+35
| | | | passing.
* Split up end user authorization request message types between auth code and ↵Andrew Arnott2012-02-211-8/+15
| | | | implicit.
* Added two more OAuth2 unit tests, for the UserAgentClient class.Andrew Arnott2012-02-211-11/+43
|
* Added scaffolding for OAuth2 unit tests and added the first test for client ↵Andrew Arnott2012-02-204-4/+16
| | | | authorization.
* Fixed many FxCop messages in OAuth2 assemblies. #68Andrew Arnott2012-02-094-3/+222
|
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-053-6/+6
| | | | Fixes #66
* Fixed whitespace.Andrew Arnott2012-02-041-6/+5
|
* Added returnTo parameter to PrepareRequestUserAuthorization in ↵Rafal Legiedz2012-02-041-2/+6
| | | | OAuth2/WebServerClient.cs
* Merge branch 'master' into splitDllsAndrew Arnott2011-09-281-1/+1
|
* Removed some lingering ccrewrite.exe dependent code.Andrew Arnott2011-09-201-1/+1
|
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-183-29/+29
|
* Broke out the UI part of OAuth2 client into its own assembly.Andrew Arnott2011-08-013-368/+0
|
* Broke out OAuth 2 into 4 separate assemblies.Andrew Arnott2011-08-016-0/+877