summaryrefslogtreecommitdiff
path: root/tests/oauth2/rfc6749/endpoints/test_error_responses.py
Commit message (Expand)AuthorAgeFilesLines
* Replace deprecated unittest aliasesHugo van Kemenade2021-08-181-4/+4
* Sorted tests import per isort 4.3.21Anton Ruhlov2020-04-101-5/+6
* Use unittest.mock instead of external mockMichał Górny2020-03-161-1/+1
* The future is nowHugo2019-08-151-2/+0
* Enforce POST HTTP method on TokenEndpoint, IntrospectEndpoint and RevocationE...Abhishek Patel2019-05-141-18/+48
* Ban all query parameters on Intropspection, Token and Revocation endpopointAbhishek Patel2019-05-141-8/+4
* Add tests + create a global variable for blacklisted query parametersAbhishek Patel2019-05-141-0/+27
* Initial OAuth2.0/PKCE Provider supportJonathan Huot2018-11-291-0/+1
* Merge branch 'master' into 445_confirm_redirectJonathan Huot2018-08-151-0/+16
|\
| * 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
|/
* Sorted imports.Omer Katz2017-09-171-5/+7
* adjust the test for the new exceptionOren Mazor2017-06-141-1/+1
* Fix management of rfc6749 errorsfabio2015-07-061-54/+81
* Handle empty/non-parsable query stringsDan Berglund2015-06-261-0/+11
* Restructure OAuth2 tests.Ib Lundgren2013-09-121-0/+372