summaryrefslogtreecommitdiff
path: root/oauthlib/oauth1
Commit message (Expand)AuthorAgeFilesLines
...
| * | InvalidRequestError is oauth1 not oauth2andy boot2015-03-031-1/+1
| |/
* | Check for rsa_key when it's actually neededDavid Baumgold2015-05-062-4/+2
* | Support newer PyJWT (1.0.0). remove PyCrypto completely for cryptography and ...Joseph Tate2015-04-141-17/+24
* | Merge pull request #298 from techtonik/patch-1Ib Lundgren2015-04-021-2/+0
|\ \
| * | Fix docs - python-rsa is not usedanatoly techtonik2014-11-171-2/+0
| |/
* | Oauth1 signing: fix error message on invalid Content-Type headerBruno Cauet2015-03-111-1/+3
|/
* Auto pep8 changes throughout the code base.Ib Lundgren2014-09-2411-110/+135
* Fix error message init and add request details.Ib Lundgren2014-09-241-1/+7
* Change logging namespace to a tiered one.Ib Lundgren2014-09-245-5/+17
* Create Signature Only OAuth1 EndpointRyan Hiebert2014-09-114-1/+78
* enable convinient import for oauth1 errorsIlya Verbitskiy2014-08-042-2/+3
* Copy variables dict before scrubbing secrets.Jonas Trappenberg2014-06-091-1/+1
* Add __repr__ for oauth 1 clients.Ib Lundgren2014-06-041-0/+7
* Accept 'Content-Type: application/x-www-form-urlencoded;charset=utf8' alsotuannh2014-05-291-1/+1
* Pass request object to oauth1.Client.get_oauth_params.Ib Lundgren2014-05-281-2/+2
* 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-1511-22/+16
* Allowing custom signature methods to be registered and used...David Rogers2014-03-251-6/+13
* Enforcing a common interface for `sign_*()` methods...David Rogers2014-03-251-0/+13
* 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-132-4/+22
* Remove dead code for plaintext signature in Client.Ib Lundgren2013-09-121-2/+1
* Remove obsolete urlencode from oauth 1 utils.Ib Lundgren2013-09-121-11/+0
* Fix scheme check for python 2.6.Ib Lundgren2013-09-121-2/+2
* 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
* | 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-193-8/+10
* Update authorization.py - use the _create_request method and change request.o...Kyle Valade2013-07-181-8/+8
* Auth scheme lower and short header test.Ib Lundgren2013-07-091-3/+2
* Merge branch 'master' of https://github.com/scfarley/oauthlib into scfarley-m...Ib Lundgren2013-07-091-7/+8
|\
| * Use case-insensitive removal of scheme from headerSean C. Farley2013-07-051-2/+1
| * Validate authentication header prior to parsingSean C. Farley2013-07-051-6/+8
| * Improve resilience to bad authorization headersSean C. Farley2013-06-281-1/+1
* | use realms as the list container, realm as the string containerHsiaoming Yang2013-07-034-27/+27
|/
* 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
* Convenience imports for the new OAuth 1 provider.Ib Lundgren2013-06-181-1/+5
* Refactor old Server into a base request validator. #95Ib Lundgren2013-06-181-0/+751
* Preconfigured all in one endpoint - WebApplicationServer. #95Ib Lundgren2013-06-181-0/+14