summaryrefslogtreecommitdiff
path: root/tests/oauth2/rfc6749/endpoints/test_introspect_endpoint.py
Commit message (Expand)AuthorAgeFilesLines
* rm comma after Bearer in WWW-Authenticate headerkamenev2021-11-141-2/+2
* Sorted tests import per isort 4.3.21Anton Ruhlov2020-04-101-3/+2
* 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-0/+15
* Ban all query parameters on Intropspection, Token and Revocation endpopointAbhishek Patel2019-05-141-6/+5
* Add tests + create a global variable for blacklisted query parametersAbhishek Patel2019-05-141-0/+16
* Fix 644, Add tests for BasicAuth credentials for all endpoints (#645)Jonathan Huot2019-01-111-1/+0
* Add Content-Type and Cache headers to introspect/revocation errorsJonathan Huot2018-12-131-4/+14
* Add double-quotes to the key/values in WWW-Authenticate264-status401Jonathan Huot2018-12-121-2/+2
* Used WWW-Authenticate and auth-param values as RFC6750 described it.Jonathan Huot2018-12-121-2/+2
* Handle 401 with WWW-Authenticate. Moved wrong 401 into 400.Jonathan Huot2018-12-041-2/+2
* Added initial introspect supportJonathan Huot2017-12-181-0/+132