summaryrefslogtreecommitdiff
path: root/tests/oauth2/rfc6749/grant_types/test_authorization_code.py
Commit message (Expand)AuthorAgeFilesLines
* Fix 670. AuthCode API must return the new PKCE attribute670-pkce-requestinfoJonathan Huot2019-04-261-2/+4
* Initial OAuth2.0/PKCE Provider supportJonathan Huot2018-11-291-0/+124
* Write a test for authorization grant w/ no scope.Theron Luhn2018-09-031-0/+6
* Sorted imports.Omer Katz2017-09-171-1/+4
* Fix tests for hybrid fragments.Pieter Ennes2017-07-291-0/+3
* adjust the test for the new exceptionOren Mazor2017-06-141-1/+1
* Update custom validator testsBrendan McCollam2016-12-221-11/+11
* Adds tests for custom grant validatorsBrendan McCollam2016-12-221-0/+32
* Prevent save_token() from being called twice within create_token_response(). ...Joel Stevenson2016-04-291-0/+3
* First pass attempt at updating openid_connect branchJoel Stevenson2016-04-151-2/+2
* 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
* fixed and extended tests for validate_token_request methodMassimiliano Pippi2013-09-221-27/+55
* added test involving client_authentication_required methodMassimiliano Pippi2013-09-211-1/+4
* Restructure OAuth2 tests.Ib Lundgren2013-09-121-0/+78