summaryrefslogtreecommitdiff
path: root/oauthlib/oauth1/rfc5849/endpoints/request_token.py
Commit message (Expand)AuthorAgeFilesLines
* The future is nowHugo2019-08-151-2/+0
* Upgrade Python syntax with pyupgradeHugo2019-08-151-1/+1
* redid the docstring fixesjonathan vanasco2018-09-101-2/+4
* Rtd docs fix (#515)Jonathan Huot2018-02-281-2/+2
* Sorted imports.Omer Katz2017-09-171-1/+1
* adding validator_log to store what the endpoint computedjonathan vanasco2015-08-121-0/+7
* Auto pep8 changes throughout the code base.Ib Lundgren2014-09-241-9/+10
* Change logging namespace to a tiered one.Ib Lundgren2014-09-241-1/+5
* Move docstrings above `from __future__` imports.Kirill Spitsin2014-04-151-2/+2
* Fix docstrings to reflect the actual returned value of validate_* methodsMathieu Pillard2014-02-111-1/+3
* Restructure API docs to mimic code structure more.Ib Lundgren2013-09-171-1/+1
* OAuth1 endpoint documentation cleanup.Tyler Jones2013-08-011-1/+1
* #199 Proposed API changes for endpoints.Tyler Jones2013-08-011-10/+7
* use realms as the list container, realm as the string containerHsiaoming Yang2013-07-031-6/+6
* Endpoint source documentation.oauth1_provider_revampIb Lundgren2013-06-201-8/+80
* Request token endpoint. #95Ib Lundgren2013-06-181-0/+126