summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.6.00.6.0Ib Lundgren2013-09-133-3/+15
* Update README with long overdue OAuth 2 details.Ib Lundgren2013-09-131-8/+13
* Add OAuth 1 access token endpoint validator method invalidate_request_token. ...Ib Lundgren2013-09-133-4/+25
* Refactor common tests into subject area tests.Ib Lundgren2013-09-132-62/+96
* Signature method and type tests.Ib Lundgren2013-09-121-1/+90
* 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
* Merge branch 'master' of https://github.com/idan/oauthlibIb Lundgren2013-09-123-7/+2
|\
| * Merge pull request #205 from lepture/fix-travisIb Lundgren2013-09-012-6/+1
| |\
| | * Remove travis install scriptsHsiaoming Yang2013-08-292-6/+1
| |/
| * Merge pull request #204 from ocfuu/masterIb Lundgren2013-08-201-1/+1
| |\
| | * Fixed single typo in documentationHnk Reno2013-08-201-1/+1
* | | Verification tests for all signature methods.Ib Lundgren2013-09-121-8/+45
* | | Fix scheme check for python 2.6.Ib Lundgren2013-09-121-2/+2
* | | PEP8 cleanup of test_signatures.Ib Lundgren2013-09-121-74/+144
* | | Restructure OAuth2 tests.Ib Lundgren2013-09-1220-1151/+1365
|/ /
* | Merge pull request #201 from squirly/#200Ib Lundgren2013-08-0312-146/+179
|\ \
| * | #200 First attempt at API cleanup to match OAuth1.Tyler Jones2013-08-0112-146/+179
* | | 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
| |/ /
* | | Merge pull request #199 from squirly/masterIb Lundgren2013-08-0310-75/+110
|\ \ \ | |/ / |/| |
| * | 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
| * | Fixed error in example, added myself to authors.Tyler Jones2013-08-012-2/+3
| * | #199 Proposed API changes for endpoints.Tyler Jones2013-08-018-62/+53
| * | Fixed flask server example.Tyler Jones2013-07-311-1/+1
| * | Fix for python3.Tyler Jones2013-07-261-3/+5
| * | Added tests.Tyler Jones2013-07-262-4/+11
| * | Updated flask server example.Tyler Jones2013-07-261-2/+8
| * | The authorization endpoint now returns a 200 on "oob" oauth_callbacks.Tyler Jones2013-07-261-3/+9
|/ /
* | 0.5.10.5.1Ib Lundgren2013-07-263-2/+4
* | Test for correct nonce_checking across endpoints.Ib Lundgren2013-07-263-3/+13
* | Merge branch 'patch-1' of https://github.com/kdazzle/oauthlib into kdazzle-pa...Ib Lundgren2013-07-266-17/+20
|\ \
| * | Changed exception message in authorization.py; changed a validation parameter...Kyle2013-07-233-3/+4
| * | 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-194-9/+11
| * | Update authorization.py - use the _create_request method and change request.o...Kyle Valade2013-07-181-8/+8
| |/
* | Merge pull request #198 from kumy/masterIb Lundgren2013-07-242-1/+2
|\ \ | |/ |/|
| * Add star to the set of safe characters in urlsMathieu Alorent2013-07-242-1/+2
|/
* Blank out scopes arg in token endpoint.Ib Lundgren2013-07-121-0/+1
* 0.5.00.5.0Ib Lundgren2013-07-093-3/+5
* Revert back to inline string for Licence. See #81.Ib Lundgren2013-07-091-1/+1
* Merge branch 'pypi' of https://github.com/lepture/oauthlib into lepture-pypiIb Lundgren2013-07-091-7/+29
|\
| * style fix for setup.py. add classifiersHsiaoming Yang2013-07-091-7/+29
* | Auth scheme lower and short header test.Ib Lundgren2013-07-092-3/+3
* | Merge branch 'master' of https://github.com/scfarley/oauthlib into scfarley-m...Ib Lundgren2013-07-092-7/+17
|\ \
| * | 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-282-1/+10
* | | Add token_generator param to pre-configured Server. #192.Ib Lundgren2013-07-091-2/+2
| |/ |/|