summaryrefslogtreecommitdiff
path: root/oauthlib/oauth1
Commit message (Expand)AuthorAgeFilesLines
* Add case-insensitive headers to oauth1 BaseEndpointJordan Gardner2019-05-011-2/+2
* Renamed construct_base_string to signature_base_string.Hoylen Sue2019-02-222-10/+15
* Renamed normalize_base_string_uri to base_string_uri.Hoylen Sue2019-02-211-2/+1
* Fixed space encoding in base string URI used in the signature base string.Hoylen Sue2019-02-191-7/+31
* Update comments regarding OAuth Request Body Hash. (#628)Omer Katz2018-12-131-1/+3
* Remove unnecessary workaround for bytes typeJon Dufresne2018-09-143-8/+3
* redid the docstring fixesjonathan vanasco2018-09-104-26/+52
* Ignore Python 2.7 fallback branch.Omer Katz2018-05-201-1/+1
* Rtd docs fix (#515)Jonathan Huot2018-02-289-66/+66
* Add support for HMAC-SHA256 (builds on PR#388) (#498)Viktor Haag2017-11-143-5/+65
* Sorted imports.Omer Katz2017-09-1712-21/+25
* Merge pull request #468 from ThePrudents/fix-explicit-importOmer Katz2017-09-111-1/+1
|\
| * Changed all implicit imports * with explicit classes importsTiziano Perrucci2017-03-081-1/+1
* | Fixed default get_default_realms to raise NotImplementedError.Hoylen Sue2017-08-011-1/+1
* | Extra logging if verification fails because of timestamp/nonce.Hoylen Sue2017-08-011-1/+1
* | Only log signature base string when verification fails.Hoylen Sue2017-08-011-5/+6
* | Extra logging for verifying signatures.Hoylen Sue2017-08-012-4/+17
* | Include function names for NotImplementedError exceptions.Hoylen Sue2017-08-011-24/+33
* | Extra logging for verification failures.Hoylen Sue2017-08-011-0/+1
* | Fix BytesWarning issued when using a string placeholder for bytes objectJon Dufresne2017-04-161-1/+1
* | Use a more grep-able variable nameSteven Huwig2017-01-091-4/+4
* | Add log statements to except clausesSteven Huwig2017-01-051-2/+6
|/
* scrubbing rsa_key from __repr__Brian Weber2016-10-211-0/+1
* Merge pull request #376 from jvanasco/fix-docstring_invalidateOmer Katz2015-08-161-1/+1
|\
| * fixed docsting on `invalidate_request_token`jonathan vanasco2015-08-111-1/+1
* | adding validator_log to store what the endpoint computedjonathan vanasco2015-08-124-0/+26
|/
* Python3 fix: encodes request body before hashingChris McGraw2015-08-041-2/+2
* Merge pull request #316 from spronin/masterOmer Katz2015-07-191-1/+12
|\
| * Providing `oauth_body_hash` for bodies on non-form-encoded requestsSergey Pronin2015-02-141-1/+12
* | Merge pull request #328 from bootandy/patch-1Omer Katz2015-07-191-1/+1
|\ \
| * | 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