summaryrefslogtreecommitdiff
path: root/oauthlib
Commit message (Expand)AuthorAgeFilesLines
* return application/json content type in case of errormasci2014-01-191-1/+1
* Fix typo (Issue #224).Jan Wrobel2013-11-121-1/+1
* Merge pull request #224 from wrr/is_within_original_scopeIb Lundgren2013-11-102-1/+24
|\
| * is_within_original_scope method for refresh token grant (Issue #220)Jan Wrobel2013-11-052-1/+24
* | Add meta info in oauthlib moduleHsiaoming Yang2013-11-041-0/+13
|/
* Merge pull request #218 from edevil/ReturnRequestIb Lundgren2013-11-012-0/+2
|\
| * Include the request object in the returned dict, it can be used to cache info...Andre Cruz2013-10-282-0/+2
* | Correct interface of RequestValidator.confirm_redirect_uri() to make it consi...Andre Cruz2013-10-291-1/+1
|/
* Fix all application/json mimetypes.Hsiaoming Yang2013-10-124-4/+4
* JSON content type has no charset.Hsiaoming Yang2013-10-121-1/+1
* Set headers on client credentials access token responseAleksandr Vladimirskiy2013-10-101-1/+6
* Merge branch 'master' of https://github.com/idan/oauthlibIb Lundgren2013-10-042-2/+2
|\
| * fixed operator precedence in duplicate_params propertyMassimiliano Pippi2013-09-211-1/+1
| * fixed call to client_authentication_requiredMassimiliano Pippi2013-09-211-1/+1
* | Populate a unix timestamp expires_at from expires_in in new tokens.Ib Lundgren2013-10-041-0/+7
* | Accept new unix timestamp param expires_at in tokens.Ib Lundgren2013-10-041-4/+6
|/
* Use validator.rotate_refresh_token to decide whether to replace or re-use. Fi...Ib Lundgren2013-09-192-11/+38
* API Docs for token_expires_in. Fix #211.Ib Lundgren2013-09-191-3/+51
* client authentication needed by defaultMassimiliano Pippi2013-09-181-1/+1
* ask validator if client has to be authenticatedMassimiliano Pippi2013-09-173-42/+42
* added client_authentication_required() method to the validatorMassimiliano Pippi2013-09-171-0/+28
* Merge branch 'master' of https://github.com/idan/oauthlibIb Lundgren2013-09-171-1/+8
|\
| * The ability to vary expires_in per request.Hsiaoming Yang2013-09-161-1/+8
* | Restructure API docs to mimic code structure more.Ib Lundgren2013-09-174-4/+4
* | Draft 11 Token Revocation Endpoint.Ib Lundgren2013-09-176-5/+159
|/
* Add OAuth 1 access token endpoint validator method invalidate_request_token. ...Ib Lundgren2013-09-132-4/+22
* Refactor common tests into subject area tests.Ib Lundgren2013-09-131-4/+3
* 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-121-1/+1
|\
| * Merge pull request #204 from ocfuu/masterIb Lundgren2013-08-201-1/+1
| |\
| | * Fixed single typo in documentationHnk Reno2013-08-201-1/+1
* | | Fix scheme check for python 2.6.Ib Lundgren2013-09-121-2/+2
* | | Restructure OAuth2 tests.Ib Lundgren2013-09-121-1/+2
|/ /
* | Merge pull request #201 from squirly/#200Ib Lundgren2013-08-037-19/+19
|\ \
| * | #200 First attempt at API cleanup to match OAuth1.Tyler Jones2013-08-017-19/+19
* | | 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
|/ /
* | Merge branch 'patch-1' of https://github.com/kdazzle/oauthlib into kdazzle-pa...Ib Lundgren2013-07-264-16/+18
|\ \
| * | 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
| |/
* | Add star to the set of safe characters in urlsMathieu Alorent2013-07-241-1/+1
|/