summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2/rfc6749/endpoints/revocation.py
Commit message (Expand)AuthorAgeFilesLines
* docs: fix typosKian-Meng Ang2022-07-061-1/+1
* docs: Fix a few typosTim Gates2022-07-031-1/+1
* 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
* Upgrade Python syntax with pyupgradeHugo2019-08-151-1/+1
* 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-3/+3
* Fix typo.Omer Katz2018-12-171-1/+1
* Merge branch 'master' into dry-up-codeOmer Katz2018-12-171-1/+7
|\
| * Add Content-Type and Cache headers to introspect/revocation errorsJonathan Huot2018-12-131-1/+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
|/
* Rtd docs fix (#515)Jonathan Huot2018-02-281-6/+6
* Sorted imports.Omer Katz2017-09-171-2/+2
* Authenticate public clients before revocationAndy Kipp2016-12-061-0/+4
* Merge pull request #300 from jbkkd/masterHsiaoming Yang2015-07-061-1/+1
|\
| * Revocation endpoint should return empty string, not Python 'None'Omer Korner2014-11-261-1/+1
* | Add code to determine if client authentication is required for OAuth2 endpoin...Weipin Xia2015-05-071-2/+3
|/
* Allow invalid token_type_hint.Rodney Richardson2014-10-071-0/+1
* Make jsonp support in revocation endpoint optional.Ib Lundgren2014-09-251-9/+13
* Auto pep8 changes throughout the code base.Ib Lundgren2014-09-241-5/+7
* Change logging namespace to a tiered one.Ib Lundgren2014-09-241-1/+5
* Move docstrings above `from __future__` imports.Kirill Spitsin2014-04-151-2/+1
* Draft 11 Token Revocation Endpoint.Ib Lundgren2013-09-171-0/+119