summaryrefslogtreecommitdiff
path: root/tests/oauth2/rfc6749/grant_types
Commit message (Expand)AuthorAgeFilesLines
* fix #755: ensure save_token is called for hybrid code flowKarim Kanso2021-08-181-0/+15
* Sorted tests import per isort 4.3.21Anton Ruhlov2020-04-105-13/+11
* Use unittest.mock instead of external mockMichał Górny2020-03-165-5/+5
* The future is nowHugo2019-08-155-10/+0
* Fix 670. AuthCode API must return the new PKCE attribute670-pkce-requestinfoJonathan Huot2019-04-261-2/+4
* Merge branch 'master' into 601-pkce-supportJonathan Huot2018-12-111-1/+1
|\
| * `invalid_scope` status code should be 400Benjamin Pereto2018-12-031-1/+1
* | Initial OAuth2.0/PKCE Provider supportJonathan Huot2018-11-291-0/+124
|/
* Merge branch 'master' into invalid-grant-should-respond-with-400Omer Katz2018-09-201-0/+6
|\
| * Write a test for authorization grant w/ no scope.Theron Luhn2018-09-031-0/+6
* | `invalid_grant` status code should be 400Free Duerinckx2018-07-041-1/+1
|/
* OpenID Connect split (#525)Wiliam Souza2018-06-051-403/+0
* OpenID connect improvements (#484)Wiliam Souza2017-10-011-1/+113
* Sorted imports.Omer Katz2017-09-176-13/+29
* Fix tests for hybrid fragments.Pieter Ennes2017-07-292-3/+14
* adjust the test for the new exceptionOren Mazor2017-06-141-1/+1
* Update custom validator testsBrendan McCollam2016-12-225-45/+79
* Adds tests for custom grant validatorsBrendan McCollam2016-12-225-0/+95
* Prevent save_token() from being called twice within create_token_response(). ...Joel Stevenson2016-04-296-0/+27
* Fixup implicit flow authorization response and testJoel Stevenson2016-04-191-4/+11
* First pass attempt at updating openid_connect branchJoel Stevenson2016-04-152-3/+3
* OpenID Connect core tests.Ib Lundgren2016-04-141-0/+270
* Implicit authorization response mode test.Ib Lundgren2016-04-141-10/+12
* Auth code authorization resp test.Ib Lundgren2016-04-141-0/+10
* Added tests auth grant without refresh tokenHiroki KIYOHARA2015-09-291-0/+17
* Ensure correct validator methods are invoked in auth grant.Ib Lundgren2014-11-131-5/+24
* Test ResourceOwnerPasswordCredentialsGrant generates no refresh tokenDavid Muller2014-09-291-0/+26
* Use 401 status code for some OAuth 2 errorsAnders Steinlein2014-04-302-3/+3
* added tests for content type checkingmasci2014-01-191-1/+11
* Merge pull request #224 from wrr/is_within_original_scopeIb Lundgren2013-11-101-0/+14
|\
| * is_within_original_scope method for refresh token grant (Issue #220)Jan Wrobel2013-11-051-0/+14
* | Fix test method name conflict.Jan Wrobel2013-11-051-1/+1
|/
* fixed and extended tests for validate_token_request methodMassimiliano Pippi2013-09-221-27/+55
* broke up method into different tests, fixed import styleMassimiliano Pippi2013-09-222-74/+54
* added test involving client_authentication_required methodMassimiliano Pippi2013-09-213-1/+123
* Restructure OAuth2 tests.Ib Lundgren2013-09-126-0/+273