summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.6.10.6.1Ib Lundgren2014-01-202-1/+22
* Merge pull request #231 from masci/client_credential_contenttypeIb Lundgren2014-01-202-2/+12
|\
| * return application/json content type in case of errormasci2014-01-191-1/+1
| * added tests for content type checkingmasci2014-01-191-1/+11
* | Merge pull request #230 from majidfn/patch-1Ib Lundgren2014-01-201-1/+1
|\ \ | |/ |/|
| * Just a Typo in the headersMajiD Fatemian2013-12-231-1/+1
|/
* Merge pull request #225 from wrr/is_within_original_scope_typoIb Lundgren2013-12-091-1/+1
|\
| * Fix typo (Issue #224).Jan Wrobel2013-11-121-1/+1
|/
* Merge pull request #224 from wrr/is_within_original_scopeIb Lundgren2013-11-104-1/+40
|\
| * is_within_original_scope method for refresh token grant (Issue #220)Jan Wrobel2013-11-054-1/+40
* | Merge pull request #223 from wrr/test_name_conflictIb Lundgren2013-11-101-1/+1
|\ \
| * | Fix test method name conflict.Jan Wrobel2013-11-051-1/+1
| |/
* | Merge pull request #222 from lepture/metaIb Lundgren2013-11-102-1/+17
|\ \ | |/ |/|
| * Add maintainer info and get version from oauthlib module.Hsiaoming Yang2013-11-041-1/+4
| * 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
* | Merge pull request #219 from edevil/CorrectInterfaceIb Lundgren2013-11-011-1/+1
|\ \ | |/ |/|
| * Correct interface of RequestValidator.confirm_redirect_uri() to make it consi...Andre Cruz2013-10-291-1/+1
|/
* Merge pull request #217 from lepture/fix-jsonIb Lundgren2013-10-146-6/+6
|\
| * Fix all application/json mimetypes.Hsiaoming Yang2013-10-125-5/+5
| * JSON content type has no charset.Hsiaoming Yang2013-10-121-1/+1
|/
* Merge pull request #216 from ButchershopCreative/masterIb Lundgren2013-10-101-1/+6
|\
| * Set headers on client credentials access token responseAleksandr Vladimirskiy2013-10-101-1/+6
|/
* Merge branch 'master' of https://github.com/idan/oauthlibIb Lundgren2013-10-046-26/+157
|\
| * Merge pull request #214 from masci/fix_client_authentication_required_callIb Lundgren2013-09-256-26/+157
| |\
| | * fixed and extended tests for validate_token_request methodMassimiliano Pippi2013-09-221-27/+55
| | * broke up method into different tests, fixed import styleMassimiliano Pippi2013-09-222-74/+54
| | * added myself to the authors listMassimiliano Pippi2013-09-211-0/+1
| | * fixed operator precedence in duplicate_params propertyMassimiliano Pippi2013-09-211-1/+1
| | * added test involving client_authentication_required methodMassimiliano Pippi2013-09-213-1/+123
| | * 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-046-4/+37
* | Accept new unix timestamp param expires_at in tokens.Ib Lundgren2013-10-041-4/+6
* | Restructure client tests per grant type.Ib Lundgren2013-10-047-460/+484
|/
* Add supported versions and platforms to docs.Ib Lundgren2013-09-191-4/+27
* Add installation instructions for pypi, github and a few OSs. Fix #77.Ib Lundgren2013-09-193-1/+73
* 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
* Remove now obsolete doc files.Ib Lundgren2013-09-194-436/+0
* Merge pull request #208 from masci/is_auth_required_methodIb Lundgren2013-09-185-42/+71
|\
| * client authentication needed by defaultMassimiliano Pippi2013-09-182-2/+2
| * ask validator if client has to be authenticatedMassimiliano Pippi2013-09-173-42/+42
| * added client_authentication_required() method to the validatorMassimiliano Pippi2013-09-172-0/+29
|/
* Merge branch 'master' of https://github.com/idan/oauthlibIb Lundgren2013-09-171-1/+8
|\
| * Merge pull request #206 from lepture/expiresIb Lundgren2013-09-161-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-1733-341/+852
* | Brief docs overview of the token revocation endpoint.Ib Lundgren2013-09-171-0/+27
* | Draft 11 Token Revocation Endpoint.Ib Lundgren2013-09-177-5/+224
|/