summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2/rfc6749/endpoints/token.py
Commit message (Expand)AuthorAgeFilesLines
* Remove typoBella Woo2021-05-261-1/+0
* Remove Python 2 codes (#734)Asif Saif Uddin2020-05-121-1/+0
* The future is nowHugo2019-08-151-2/+0
* Enforce POST HTTP method on TokenEndpoint, IntrospectEndpoint and RevocationE...Abhishek Patel2019-05-141-1/+4
* Add validation check for presence of forbidden query parameters in OAuth2 Tok...Abhishek Patel2019-05-141-1/+4
* Rtd docs fix (#515)Jonathan Huot2018-02-281-1/+1
* Sorted imports.Omer Katz2017-09-171-1/+0
* Normalize handling of request.scopes listJoel Stevenson2016-11-211-1/+8
* Reworking the handling of claims. @bjmc was quite right to question the hast...Joel Stevenson2016-05-061-1/+10
* More wiring to get OpenID Connect code fully integrated.Joel Stevenson2016-04-191-1/+3
* Auto pep8 changes throughout the code base.Ib Lundgren2014-09-241-4/+6
* Change logging namespace to a tiered one.Ib Lundgren2014-09-241-1/+6
* Move docstrings above `from __future__` imports.Kirill Spitsin2014-04-151-2/+2
* Blank out scopes arg in token endpoint.Ib Lundgren2013-07-121-0/+1
* Split OAuth2 large modules into smaller ones. #168.Ib Lundgren2013-05-301-0/+92