summaryrefslogtreecommitdiff
path: root/oauthlib/oauth1/rfc5849/endpoints
Commit message (Expand)AuthorAgeFilesLines
* docs: fix typosKian-Meng Ang2022-07-062-4/+4
* Fixed isort importsDariusz Smigiel2022-06-161-6/+5
* OAuth 1.0a signature methods: RSA-SHA256, RSA-SHA512 and HMAC-SHA512 (#723)Hoylen Sue2020-06-031-16/+45
* Fixed sorted import for < py37Anton Ruhlov2020-04-102-2/+3
* Sorted oauthlib imports per isort 4.3.21Anton Ruhlov2020-04-104-9/+14
* The future is nowHugo2019-08-158-16/+0
* Drop support for legacy Python 2.7Hugo2019-08-151-5/+1
* Upgrade Python syntax with pyupgradeHugo2019-08-152-3/+3
* add HMAC-SHA256 signature validationHamish Moffatt2019-07-251-2/+5
* Add case-insensitive headers to oauth1 BaseEndpointJordan Gardner2019-05-011-2/+2
* redid the docstring fixesjonathan vanasco2018-09-103-5/+10
* Rtd docs fix (#515)Jonathan Huot2018-02-284-7/+7
* Sorted imports.Omer Katz2017-09-177-13/+11
* Extra logging if verification fails because of timestamp/nonce.Hoylen Sue2017-08-011-1/+1
* Extra logging for verification failures.Hoylen Sue2017-08-011-0/+1
* Use a more grep-able variable nameSteven Huwig2017-01-091-4/+4
* Add log statements to except clausesSteven Huwig2017-01-051-2/+6
* adding validator_log to store what the endpoint computedjonathan vanasco2015-08-124-0/+26
* InvalidRequestError is oauth1 not oauth2andy boot2015-03-031-1/+1
* Auto pep8 changes throughout the code base.Ib Lundgren2014-09-247-73/+83
* Change logging namespace to a tiered one.Ib Lundgren2014-09-244-4/+16
* Create Signature Only OAuth1 EndpointRyan Hiebert2014-09-112-0/+72
* Accept 'Content-Type: application/x-www-form-urlencoded;charset=utf8' alsotuannh2014-05-291-1/+1
* Move docstrings above `from __future__` imports.Kirill Spitsin2014-04-155-10/+8
* Fix docstrings to reflect the actual returned value of validate_* methodsMathieu Pillard2014-02-112-2/+6
* Restructure API docs to mimic code structure more.Ib Lundgren2013-09-174-4/+4
* Add OAuth 1 access token endpoint validator method invalidate_request_token. ...Ib Lundgren2013-09-131-0/+4
* OAuth1 endpoint documentation cleanup.Tyler Jones2013-08-013-13/+31
* #199 Proposed API changes for endpoints.Tyler Jones2013-08-013-30/+21
* Fix for python3.Tyler Jones2013-07-261-3/+5
* Added tests.Tyler Jones2013-07-261-3/+3
* The authorization endpoint now returns a 200 on "oob" oauth_callbacks.Tyler Jones2013-07-261-3/+9
* Changed exception message in authorization.py; changed a validation parameter...Kyle2013-07-232-3/+3
* Changed access_token.py - validate_access_token_request passes the resource o...Kyle2013-07-221-1/+1
* Made sure all endpoints used the self._create_request() method and referred t...Kyle2013-07-192-8/+8
* Update authorization.py - use the _create_request method and change request.o...Kyle Valade2013-07-181-8/+8
* use realms as the list container, realm as the string containerHsiaoming Yang2013-07-033-15/+15
* Allow realm to be passed in URI and Body. Fix #139.Ib Lundgren2013-06-211-5/+6
* Endpoint source documentation.oauth1_provider_revampIb Lundgren2013-06-204-24/+285
* Preconfigured all in one endpoint - WebApplicationServer. #95Ib Lundgren2013-06-181-0/+14
* Resource token endpoint. #95Ib Lundgren2013-06-181-0/+110
* Access token endpoint. #95Ib Lundgren2013-06-181-0/+126
* Authorization endpoint. #95Ib Lundgren2013-06-181-0/+66
* Request token endpoint. #95Ib Lundgren2013-06-181-0/+126
* Base endpoint for parameter checking and signature verification. #95Ib Lundgren2013-06-181-0/+213
* Remove old OAuth 1 provider and make way for the new one. #95.Ib Lundgren2013-06-181-0/+8