summaryrefslogtreecommitdiff
path: root/tests/oauth1
Commit message (Expand)AuthorAgeFilesLines
* Add support for HMAC-SHA256 (builds on PR#388) (#498)Viktor Haag2017-11-141-2/+38
* Sorted imports.Omer Katz2017-09-1711-40/+59
* Replace all uses of assertEquals with assertEqualJon Dufresne2017-04-162-19/+18
* adding validator_log to store what the endpoint computedjonathan vanasco2015-08-121-0/+22
* Check for rsa_key when it's actually neededDavid Baumgold2015-05-061-1/+7
* Support newer PyJWT (1.0.0). remove PyCrypto completely for cryptography and ...Joseph Tate2015-04-141-25/+19
* Create Signature Only OAuth1 EndpointRyan Hiebert2014-09-111-0/+51
* Fix Oauth1 client tests to pass request param to get_oauth_params method.Ib Lundgren2014-06-031-2/+3
* Unshadowed a test.Kirill Spitsin2014-04-151-2/+3
* Fixed a typo.Kirill Spitsin2014-04-151-1/+1
* Allowing custom signature methods to be registered and used...David Rogers2014-03-251-0/+19
* Enforcing a common interface for `sign_*()` methods...David Rogers2014-03-251-23/+98
* Add OAuth 1 access token endpoint validator method invalidate_request_token. ...Ib Lundgren2013-09-131-0/+3
* Signature method and type tests.Ib Lundgren2013-09-121-1/+90
* Verification tests for all signature methods.Ib Lundgren2013-09-121-8/+45
* PEP8 cleanup of test_signatures.Ib Lundgren2013-09-121-74/+144
* #199 Proposed API changes for endpoints.Tyler Jones2013-08-014-26/+28
* Added tests.Tyler Jones2013-07-261-1/+8
* Test for correct nonce_checking across endpoints.Ib Lundgren2013-07-263-3/+13
* Auth scheme lower and short header test.Ib Lundgren2013-07-091-0/+1
* Merge branch 'master' of https://github.com/scfarley/oauthlib into scfarley-m...Ib Lundgren2013-07-091-0/+9
|\
| * Improve resilience to bad authorization headersSean C. Farley2013-06-281-0/+9
* | fix test cases for realmsHsiaoming Yang2013-07-033-14/+14
|/
* Allow realm to be passed in URI and Body. Fix #139.Ib Lundgren2013-06-211-0/+10
* Endpoint source documentation.oauth1_provider_revampIb Lundgren2013-06-203-9/+9
* Request validator tests.Ib Lundgren2013-06-181-535/+59
* Request validator tests.Ib Lundgren2013-06-181-0/+0
* Resource token endpoint. #95Ib Lundgren2013-06-181-0/+78
* Access token endpoint. #95Ib Lundgren2013-06-181-0/+86
* Authorization endpoint. #95Ib Lundgren2013-06-181-0/+45
* Request token endpoint. #95Ib Lundgren2013-06-181-0/+78
* Base endpoint for parameter checking and signature verification. #95Ib Lundgren2013-06-181-0/+357
* Remove old OAuth 1 provider and make way for the new one. #95.Ib Lundgren2013-06-181-0/+0
* Make normalize_base_string_uri handle scheme and path more conformantlyMatt McClure2013-05-032-6/+18
* Update, comment on, and test the implementation.Matt McClure2013-05-021-0/+4
* Unicode experimentation, #127Ib Lundgren2013-03-251-0/+13
* Request now use a CaseInsensitiveDict. Fix #121.Ib Lundgren2013-02-211-2/+24
* Client sign with empty and None body testIb Lundgren2013-02-211-0/+12
* Raise error if body supplied in signing of GET and HEAD requests (#120).Ib Lundgren2013-02-201-1/+14
* Fixed verify_request_token_request in OAuth1 server.Ondrej Slinták2013-02-141-0/+17
* Client.sign return value encoding.Ib Lundgren2013-02-121-0/+10
* Use urldecode instead of parse_qslIb Lundgren2013-02-121-1/+1
* Merge pull request #92 from metatoaster/oauth1_callback_verifyIb Lundgren2013-01-151-3/+18
|\
| * Fix a mess to formatting made in parent.Tommy Yu2013-01-121-2/+1
| * Test for callback verificationTommy Yu2013-01-121-4/+20
* | Fix dummy token testsRuss Garrett2013-01-151-1/+5
|/
* Experimental default unicode conversion (#53, #68, #86)Ib Lundgren2013-01-071-5/+4
* Fix issue #86 by adding `nonce` and `timestamp` arguments to ClientBarry Warsaw2013-01-041-0/+10
* Fix a typo in the code that converts arguments from bytes to unicodes.Barry Warsaw2013-01-041-1/+11
* oauth1 test_realm_validation: fix expected signatureSenko Rasic2012-11-131-1/+1