summaryrefslogtreecommitdiff
path: root/tests/oauth1/rfc5849
Commit message (Expand)AuthorAgeFilesLines
* 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
* test that oauth1 Server.verify_request has consistent return value typeSenko Rasic2012-11-131-6/+6
* Correct typo that set the default value of with_realm. This was caught by the...Silas Snider2012-11-091-1/+6
* OAuth 1 Server verify now return request tooIb Lundgren2012-11-081-7/+9
* Update test signature, relates to #64Ib Lundgren2012-11-081-1/+1
* merged master, resolved conflictsMichael Vogt2012-10-314-252/+258
|\
| * Support Python 3Michael Terry2012-08-314-252/+258
* | use "from future import unicode_literals" instead of u""Michael Vogt2012-10-311-9/+9
* | add additional tiny testMichael Vogt2012-10-291-1/+2
* | add some test coverage for the realm parameterMichael Vogt2012-10-291-0/+28
|/
* Updated Server tests to match content type requirementIb Lundgren2012-07-041-30/+52
* Exclude body if not urlencodedIb Lundgren2012-06-271-43/+45
* Huge server updateIb Lundgren2012-06-251-10/+437
* Move shared functionality (#30)Ib Lundgren2012-06-131-29/+0
* Use more specific assert methods in the tests where possible.Marien Zwart2012-06-062-14/+14
* Use assertItemsEqual to test lists of headers and parameters.Marien Zwart2012-06-062-41/+27
* v0.1.3Idan Gazit2012-05-061-1/+1
* Fix unicode leaksIdan Gazit2012-05-011-1/+1
* Remove unused importIdan Gazit2012-05-011-1/+0
* PEP8 police raidIdan Gazit2012-05-011-4/+1
* Refactor utility methods, improve robustness of OAuth1 Client.signIdan Gazit2012-05-012-33/+12
* Regex fixIb Lundgren2012-04-261-3/+4
* Decode urlencoded properlyIb Lundgren2012-04-261-0/+17
* Fix the failing tests.Caleb Brown2012-04-251-2/+2
* Update testcases with valid outputsIdan Gazit2012-04-241-2/+2