summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2/rfc6749/endpoints/base.py
Commit message (Expand)AuthorAgeFilesLines
* 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