summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2/rfc6749/endpoints/base.py
Commit message (Expand)AuthorAgeFilesLines
* Remove Python 2 codes (#734)Asif Saif Uddin2020-05-121-1/+0
* Sorted oauthlib imports per isort 4.3.21Anton Ruhlov2020-04-101-5/+4
* 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-1/+20
* 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-7/+9
* Add validation check for presence of forbidden query parameters in OAuth2 Tok...Abhishek Patel2019-05-141-0/+12
* Fix typo.Omer Katz2018-12-171-1/+1
* Extract raising on unsupported token.Omer Katz2018-12-171-1/+8
* Extract raising error on client auth failure.Omer Katz2018-12-171-1/+11
* Raise error on missing token.Omer Katz2018-12-171-1/+7
* Sorted imports.Omer Katz2017-09-171-2/+2
* Auto pep8 changes throughout the code base.Ib Lundgren2014-09-241-1/+3
* Change logging namespace to a tiered one.Ib Lundgren2014-09-241-2/+3
* Move docstrings above `from __future__` imports.Kirill Spitsin2014-04-151-2/+2
* #200 First attempt at API cleanup to match OAuth1.Tyler Jones2013-08-011-2/+2
* Split OAuth2 large modules into smaller ones. #168.Ib Lundgren2013-05-301-0/+62