summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into 613-oidc-dispatcher613-oidc-dispatcherJonathan Huot2018-11-231-0/+38
|\
| * Allow custom provider to override oauthlib valuesoauth-metadataJonathan Huot2018-11-211-0/+10
| * Initial OAuth Authorization Server Metadata RFC8414Jonathan Huot2018-10-251-0/+28
* | Fix unit tests for new Dispatch attributes namesJonathan Huot2018-11-201-8/+8
|/
* Merge branch 'master' into fix-585_client_idJonathan Huot2018-09-2113-40/+24
|\
| * Fix OIDC tests (#565)Pieter Ennes2018-09-2112-39/+23
| * Merge branch 'master' into invalid-grant-should-respond-with-400Omer Katz2018-09-209-42/+68
| |\
| * \ Merge branch 'master' into invalid-grant-should-respond-with-400Jonathan Huot2018-08-133-2/+18
| |\ \
| * \ \ Merge branch 'master' into invalid-grant-should-respond-with-400Jonathan Huot2018-08-121-0/+2
| |\ \ \
| * | | | `invalid_grant` status code should be 400Free Duerinckx2018-07-041-1/+1
* | | | | * changed "function definition" to "function signature" in two docstringsjonathan vanasco2018-09-201-1/+0
* | | | | Merge branch 'fix-585_client_id' of github.com:jvanasco/oauthlib into fix-585...jonathan vanasco2018-09-175-41/+23
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into fix-585_client_idJonathan Huot2018-09-175-41/+23
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Merge branch 'master' into 431-customexceptionJonathan Huot2018-09-154-41/+19
| | |\ \ \ \
| | | * | | | Correct recent merge (#596)Jon Dufresne2018-09-141-1/+1
| | | * | | | Merge branch 'master' into bytesJonathan Huot2018-09-141-7/+7
| | | |\ \ \ \
| | | | * | | | Prefer assertIsInstance(...) over assertTrue(isinstance(...))Jon Dufresne2018-09-142-8/+8
| | | * | | | | Remove unnecessary workaround for bytes typeJon Dufresne2018-09-142-15/+10
| | | |/ / / /
| | | * | | | Remove workarounds for unsupported Python 2.6Jon Dufresne2018-09-111-19/+2
| | * | | | | Add support of custom errors coming from providersJonathan Huot2018-09-101-0/+4
| | |/ / / /
* | | | | | migrated `include_client_id` to `prepare_request_token`jonathan vanasco2018-09-173-17/+67
|/ / / / /
* | | | | * added support for empty strings of `client_secret`jonathan vanasco2018-09-172-10/+48
* | | | | standardized some test valuesjonathan vanasco2018-09-142-8/+8
* | | | | updated tests to pass on 2.x and 3.xjonathan vanasco2018-09-131-5/+10
* | | | | * addresing ticket #585jonathan vanasco2018-09-131-1/+48
|/ / / /
* | | | Write a test for authorization grant w/ no scope.Theron Luhn2018-09-031-0/+6
* | | | Fix test_error_catching.Theron Luhn2018-09-021-1/+3
* | | | Merge branch 'master' into 445_confirm_redirectJonathan Huot2018-08-201-0/+5
|\ \ \ \
| * | | | Remove headers from request attributesJonathan Huot2018-08-181-0/+5
| | |_|/ | |/| |
* | | | Merge branch 'master' into 445_confirm_redirectJonathan Huot2018-08-154-2/+20
|\ \ \ \ | |/ / /
| * | | Merge branch 'master' into get_default_redirJonathan Huot2018-08-123-2/+4
| |\ \ \
| | * \ \ Merge branch 'master' into 569_expires_in_implicitJonathan Huot2018-08-121-0/+2
| | |\ \ \ | | | | |/ | | | |/|
| | | * | $ and ' are allowed to be unencoded in query strings (#564)Chris Utz2018-08-121-0/+2
| | | |/
| | * | Implicit was not converting expires_in into integersJonathan Huot2018-08-062-2/+2
| | |/
| * | Add syntax check of get_default_redirect_uriJonathan Huot2018-07-301-0/+16
| |/
* | Add test when no redirecturi & no defaultJonathan Huot2018-08-151-0/+9
* | Restore confirm = False testJonathan Huot2018-08-151-0/+2
* | confirm_r. is called after auth_clientJonathan Huot2018-07-301-1/+0
* | Call get_default_redirect_uri if no redirect_uri in token reqJonathan Huot2018-07-301-0/+21
|/
* Remove handling of nonstandard parameter "expires" (#506)Seth Davis2018-06-301-11/+0
* OpenID Connect split (#525)Wiliam Souza2018-06-0515-656/+865
* Merge branch 'master' into oauth2-introspectPieter Ennes2018-05-265-6/+378
|\
| * Check that the Bearer header is properly formatted (#491)Mattia Procopio2018-05-261-0/+81
| * Add test coverage (#544)Florian Strzelecki2018-05-212-5/+137
| * Avoid populating spurious token credentials (#542)Pieter Ennes2018-05-082-0/+31
| * Openid connect jwt (#488)Wiliam Souza2018-01-301-0/+128
| * Fix cliend_id in web request body (#505)Antoine Bertin2018-01-291-1/+1
* | Added initial introspect supportJonathan Huot2017-12-181-0/+132
|/
* Add support for HMAC-SHA256 (builds on PR#388) (#498)Viktor Haag2017-11-141-2/+38
* OpenID connect improvements (#484)Wiliam Souza2017-10-014-7/+119