summaryrefslogtreecommitdiff
path: root/oauthlib/oauth1
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #818 from dasm/masterJonathan Huot2022-09-061-28/+38
|\
| * Restored test for port 0.Dariusz Smigiel2022-06-271-1/+1
| * Merge branch 'oauthlib:master' into masterDariusz2022-06-213-28/+21
| |\
| * | Removed unused query and fragmentDariusz Smigiel2022-06-151-2/+0
| * | Removed dependency on splitDariusz Smigiel2022-06-151-28/+40
| * | OAuth1: Allow IPv6 addresses being parsed by signatureDariusz Smigiel2022-05-191-1/+1
* | | docs: fix typosKian-Meng Ang2022-07-063-5/+5
| |/ |/|
* | Fixed isort importsDariusz Smigiel2022-06-163-28/+21
|/
* Docs: fix Sphinx warnings for better ReadTheDocs generation (#807)Jonathan Huot2022-02-241-2/+2
* OAuth 1.0a signature methods: RSA-SHA256, RSA-SHA512 and HMAC-SHA512 (#723)Hoylen Sue2020-06-034-417/+601
* Remove Python 2 codes (#734)Asif Saif Uddin2020-05-127-7/+0
* Fixed sorted import for < py37Anton Ruhlov2020-04-102-2/+3
* Sorted oauthlib imports per isort 4.3.21Anton Ruhlov2020-04-1010-29/+39
* Merge branch 'master' into rm-2.7Omer Katz2019-08-291-2/+2
|\
| * Fix tests for OAuth1 signature basestring generation, to better align with ex...Ashley Sommer2019-08-141-2/+2
* | The future is nowHugo2019-08-1515-29/+0
* | Drop support for legacy Python 2.7Hugo2019-08-155-22/+5
* | Upgrade Python syntax with pyupgradeHugo2019-08-158-21/+21
* | Drop support for legacy Python 2.7Hugo2019-08-152-7/+6
|/
* add HMAC-SHA256 signature validationHamish Moffatt2019-07-252-2/+35
* 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
|\ \