summaryrefslogtreecommitdiff
path: root/oauthlib/oauth1/rfc5849/request_validator.py
Commit message (Expand)AuthorAgeFilesLines
* docs: fix typosKian-Meng Ang2022-07-061-1/+1
* Docs: fix Sphinx warnings for better ReadTheDocs generation (#807)Jonathan Huot2022-02-241-2/+2
* Remove Python 2 codes (#734)Asif Saif Uddin2020-05-121-1/+0
* Sorted oauthlib imports per isort 4.3.21Anton Ruhlov2020-04-101-2/+0
* The future is nowHugo2019-08-151-2/+0
* Upgrade Python syntax with pyupgradeHugo2019-08-151-2/+2
* redid the docstring fixesjonathan vanasco2018-09-101-21/+42
* Rtd docs fix (#515)Jonathan Huot2018-02-281-3/+3
* Sorted imports.Omer Katz2017-09-171-1/+2
* Fixed default get_default_realms to raise NotImplementedError.Hoylen Sue2017-08-011-1/+1
* Include function names for NotImplementedError exceptions.Hoylen Sue2017-08-011-24/+33
* fixed docsting on `invalidate_request_token`jonathan vanasco2015-08-111-1/+1
* Auto pep8 changes throughout the code base.Ib Lundgren2014-09-241-2/+3
* Create Signature Only OAuth1 EndpointRyan Hiebert2014-09-111-0/+5
* docs: add more verbose docstring in oauth1 RequestValidator methodsswistakm2014-05-221-0/+26
* docs: add missing method usage info in oauth1 RequestValidator.get_realms() d...swistakm2014-05-221-0/+1
* docs: add missing method mentions in oauth1.rfc5849.request_validator.Request...swistakm2014-05-221-3/+16
* Move docstrings above `from __future__` imports.Kirill Spitsin2014-04-151-2/+1
* Add OAuth 1 access token endpoint validator method invalidate_request_token. ...Ib Lundgren2013-09-131-4/+18
* Merge pull request #203 from kdazzle/patch-1Ib Lundgren2013-08-031-2/+9
|\
| * Updated request_validator documentation to include credential-saving methodsKyle Valade2013-08-021-2/+9
* | Document possibility and handling of oob callback in get_redirect_uri.Tyler Jones2013-08-011-1/+5
|/
* Made sure all endpoints used the self._create_request() method and referred t...Kyle2013-07-191-0/+2
* use realms as the list container, realm as the string containerHsiaoming Yang2013-07-031-12/+12
* Refactor old Server into a base request validator. #95Ib Lundgren2013-06-181-0/+751