summaryrefslogtreecommitdiff
path: root/oauthlib/oauth1/rfc5849/endpoints/resource.py
Commit message (Expand)AuthorAgeFilesLines
* The future is nowHugo2019-08-151-2/+0
* Rtd docs fix (#515)Jonathan Huot2018-02-281-1/+1
* 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-4/+5
* Change logging namespace to a tiered one.Ib Lundgren2014-09-241-1/+3
* Move docstrings above `from __future__` imports.Kirill Spitsin2014-04-151-2/+2
* Restructure API docs to mimic code structure more.Ib Lundgren2013-09-171-1/+1
* Changed exception message in authorization.py; changed a validation parameter...Kyle2013-07-231-1/+1
* use realms as the list container, realm as the string containerHsiaoming Yang2013-07-031-7/+7
* Endpoint source documentation.oauth1_provider_revampIb Lundgren2013-06-201-5/+50
* Resource token endpoint. #95Ib Lundgren2013-06-181-0/+110