summaryrefslogtreecommitdiff
path: root/tests/openid/connect/core/grant_types/test_authorization_code.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Upgrade unit tests to use more useful assertsHugo2019-08-151-4/+4
* Upgrade Python syntax with pyupgradeHugo2019-08-151-1/+1
* Add nonce auth request check for authorization_codeJonathan Huot2019-02-251-0/+14
* Remove usage of "state" for code/token response.Jonathan Huot2019-02-221-1/+0
* Initial OAuth2.0/PKCE Provider supportJonathan Huot2018-11-291-0/+1
* Fix OIDC tests (#565)Pieter Ennes2018-09-211-7/+3
* OpenID Connect split (#525)Wiliam Souza2018-06-051-0/+153