summaryrefslogtreecommitdiff
path: root/oauthlib/oauth1
Commit message (Expand)AuthorAgeFilesLines
* Add OAuth 1 access token endpoint validator method invalidate_request_token. ...Ib Lundgren2013-09-132-4/+22
* Remove dead code for plaintext signature in Client.Ib Lundgren2013-09-121-2/+1
* Remove obsolete urlencode from oauth 1 utils.Ib Lundgren2013-09-121-11/+0
* Fix scheme check for python 2.6.Ib Lundgren2013-09-121-2/+2
* Merge pull request #203 from kdazzle/patch-1Ib Lundgren2013-08-031-2/+9
|\
| * Updated request_validator documentation to include credential-saving methodsKyle Valade2013-08-021-2/+9
* | Document possibility and handling of oob callback in get_redirect_uri.Tyler Jones2013-08-011-1/+5
* | OAuth1 endpoint documentation cleanup.Tyler Jones2013-08-013-13/+31
* | #199 Proposed API changes for endpoints.Tyler Jones2013-08-013-30/+21
* | Fix for python3.Tyler Jones2013-07-261-3/+5
* | Added tests.Tyler Jones2013-07-261-3/+3
* | The authorization endpoint now returns a 200 on "oob" oauth_callbacks.Tyler Jones2013-07-261-3/+9
|/
* Changed exception message in authorization.py; changed a validation parameter...Kyle2013-07-232-3/+3
* Changed access_token.py - validate_access_token_request passes the resource o...Kyle2013-07-221-1/+1
* Made sure all endpoints used the self._create_request() method and referred t...Kyle2013-07-193-8/+10
* Update authorization.py - use the _create_request method and change request.o...Kyle Valade2013-07-181-8/+8
* Auth scheme lower and short header test.Ib Lundgren2013-07-091-3/+2
* Merge branch 'master' of https://github.com/scfarley/oauthlib into scfarley-m...Ib Lundgren2013-07-091-7/+8
|\
| * Use case-insensitive removal of scheme from headerSean C. Farley2013-07-051-2/+1
| * Validate authentication header prior to parsingSean C. Farley2013-07-051-6/+8
| * Improve resilience to bad authorization headersSean C. Farley2013-06-281-1/+1
* | use realms as the list container, realm as the string containerHsiaoming Yang2013-07-034-27/+27
|/
* Allow realm to be passed in URI and Body. Fix #139.Ib Lundgren2013-06-211-5/+6
* Endpoint source documentation.oauth1_provider_revampIb Lundgren2013-06-204-24/+285
* Convenience imports for the new OAuth 1 provider.Ib Lundgren2013-06-181-1/+5
* 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