summaryrefslogtreecommitdiff
path: root/oauthlib/oauth1/rfc5849
Commit message (Expand)AuthorAgeFilesLines
* 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
* OAuth 1 error definitions.Ib Lundgren2013-06-181-0/+73
* Resource token endpoint. #95Ib Lundgren2013-06-181-0/+110
* Access token endpoint. #95Ib Lundgren2013-06-181-0/+126
* Authorization endpoint. #95Ib Lundgren2013-06-181-0/+66
* Request token endpoint. #95Ib Lundgren2013-06-181-0/+126
* Base endpoint for parameter checking and signature verification. #95Ib Lundgren2013-06-181-0/+213
* Remove old OAuth 1 provider and make way for the new one. #95.Ib Lundgren2013-06-182-813/+9
* Fix #138.Ib Lundgren2013-05-291-1/+1
* Make escape error message more informative.Ib Lundgren2013-05-201-1/+2
* Merge pull request #144 from matthewlmcclure/fix-doc-string-20130502Ib Lundgren2013-05-051-1/+1
|\
| * Fix a copy-paste-o in a link to RFC 3986Matt McClure2013-05-021-1/+1
* | Make normalize_base_string_uri handle scheme and path more conformantlyMatt McClure2013-05-031-0/+12
* | Update, comment on, and test the implementation.Matt McClure2013-05-022-2/+28
* | Fix defect in choice of authority for signature base stringMatt McClure2013-05-012-3/+4
|/
* Merge branch 'master' of https://github.com/idan/oauthlibIb Lundgren2013-03-021-14/+15
|\
| * Log into the oauthlib namespace, not the root onedoigoid2013-02-221-14/+15
* | Docs improvementsIb Lundgren2013-03-021-37/+128
|/
* Tidying up comments (#120).Ib Lundgren2013-02-201-4/+5
* Raise error if body supplied in signing of GET and HEAD requests (#120).Ib Lundgren2013-02-201-3/+17
* Fixed verify_request_token_request in OAuth1 server.Ondrej Slinták2013-02-141-1/+11
* Client.sign return value encoding.Ib Lundgren2013-02-121-4/+37
* Use urldecode instead of parse_qslIb Lundgren2013-02-121-2/+3
* Fix #83Ib Lundgren2013-02-071-1/+1
* Fix #94Ib Lundgren2013-02-071-3/+3
* Fixed typos in docstring of OAuth server.Ondrej Slinták2013-02-061-2/+2
* Merge pull request #92 from metatoaster/oauth1_callback_verifyIb Lundgren2013-01-151-4/+9
|\
| * Test for callback verificationTommy Yu2013-01-121-4/+9
* | Use the correct dummy tokensRuss Garrett2013-01-151-2/+4
|/
* Experimental default unicode conversion (#53, #68, #86)Ib Lundgren2013-01-071-45/+20
* Fix issue #86 by adding `nonce` and `timestamp` arguments to ClientBarry Warsaw2013-01-041-3/+14
* Fix a typo in the code that converts arguments from bytes to unicodes.Barry Warsaw2013-01-041-2/+2
* Incremental updates to providersIb Lundgren2012-12-161-0/+21
* Unicode decoding crash'n'burn style, default off, #53, #68.Ib Lundgren2012-11-191-2/+35
* oauth1.rfc5849.Server.verify_request(): have a consistent return value typeSenko Rasic2012-11-131-1/+1
* Correct typo that set the default value of with_realm. This was caught by the...Silas Snider2012-11-091-1/+1
* clarify that only the Authorization: header can contain the realm parameter.Silas Snider2012-11-091-2/+3
* change returned request object so that it contains the realm paramter if one ...Silas Snider2012-11-092-7/+7
* OAuth 1 Server verify now return request tooIb Lundgren2012-11-081-49/+52
* fix problem with verification of initial OAuth requests which lack a resource...Silas Snider2012-11-071-6/+8
* merged master, resolved conflictsMichael Vogt2012-10-314-90/+102
|\
| * fix some byte/unicode arguments for Python 2.6's benefitMichael Terry2012-09-032-2/+2
| * Support Python 3Michael Terry2012-08-314-90/+102
* | address some of the review points from IbMichael Vogt2012-10-291-4/+5
* | add the "realm" at the right placeMichael Vogt2012-09-241-2/+1
* | add support for "realm" in the clientMichael Vogt2012-09-241-1/+3
|/
* Updated Server tests to match content type requirementIb Lundgren2012-07-041-1/+5
* Exclude body if not urlencodedIb Lundgren2012-06-271-9/+15
* Huge server updateIb Lundgren2012-06-251-89/+619