summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2/rfc6749/endpoints/introspect.py
Commit message (Expand)AuthorAgeFilesLines
* Docs: fix Sphinx warnings for better ReadTheDocs generation (#807)Jonathan Huot2022-02-241-6/+4
* Remove Python 2 codes (#734)Asif Saif Uddin2020-05-121-1/+0
* Sorted oauthlib imports per isort 4.3.21Anton Ruhlov2020-04-101-1/+1
* The future is nowHugo2019-08-151-2/+0
* Enforce POST HTTP method on TokenEndpoint, IntrospectEndpoint and RevocationE...Abhishek Patel2019-05-141-0/+2
* Add validation check for presence of forbidden query parameters in OAuth2 Tok...Abhishek Patel2019-05-141-0/+1
* Fix 644, Add tests for BasicAuth credentials for all endpoints (#645)Jonathan Huot2019-01-111-5/+5
* Fix typo.Omer Katz2018-12-171-1/+1
* Merge branch 'master' into dry-up-codeOmer Katz2018-12-171-6/+7
|\
| * Add Content-Type and Cache headers to introspect/revocation errorsJonathan Huot2018-12-131-6/+7
| * Used WWW-Authenticate and auth-param values as RFC6750 described it.Jonathan Huot2018-12-121-3/+1
| * Handle 401 with WWW-Authenticate. Moved wrong 401 into 400.Jonathan Huot2018-12-041-0/+2
* | Extract raising on unsupported token.Omer Katz2018-12-171-5/+1
* | Extract raising error on client auth failure.Omer Katz2018-12-171-10/+2
* | Raise error on missing token.Omer Katz2018-12-171-4/+2
|/
* Added initial introspect supportJonathan Huot2017-12-181-0/+135