summaryrefslogtreecommitdiff
path: root/oauthlib
Commit message (Expand)AuthorAgeFilesLines
* Automatic urlencoding of input (#96).Ib Lundgren2013-01-291-2/+2
* Large OAuth 2 provider update.Ib Lundgren2013-01-227-39/+171
* Merge pull request #90 from tino/missing-validate_bearer_tokenIb Lundgren2013-01-151-0/+3
|\
| * Add missing ``validate_bearer_token`` to ``RequestValidator`` placeholder classTino de Bruijn2013-01-051-0/+3
* | 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-072-65/+55
|/
* 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
* Refactoring towards spec compliance, step 1.Ib Lundgren2012-12-212-73/+251
* RefreshTokenGrantIb Lundgren2012-12-191-0/+43
* Incremental updates to providersIb Lundgren2012-12-165-77/+150
* A batch of small fixes and cleanups.Ib Lundgren2012-11-234-21/+30
* Unicode decoding crash'n'burn style, default off, #53, #68.Ib Lundgren2012-11-192-3/+52
* Response/grant/token type routingIb Lundgren2012-11-181-43/+69
* Import constants in oauth1 from rfcIb Lundgren2012-11-181-1/+3
* Params from uriIb Lundgren2012-11-181-1/+8
* Unicode and import fixesIb Lundgren2012-11-173-35/+36
* OAuth2 provider endpointsIb Lundgren2012-11-172-6/+129
* OAuth2 grant typesIb Lundgren2012-11-171-0/+440
* OAuth2 error typesIb Lundgren2012-11-171-0/+144
* URI validatorIb Lundgren2012-11-171-0/+209
* BearerToken for oauth2 providerIb Lundgren2012-11-171-0/+45
* Add params to fragmentIb Lundgren2012-11-171-2/+6
* oauth1.rfc5849.Server.verify_request(): have a consistent return value typeSenko Rasic2012-11-131-1/+1
* Merge pull request #67 from lalinsky/refresh-kwargsIb Lundgren2012-11-111-2/+2
|\
| * Make it possible to pass extra parameters to prepare_refresh_bodyLukáš Lalinský2012-11-101-2/+2
* | Merge pull request #66 from lalinsky/mac-01Ib Lundgren2012-11-113-13/+52
|\ \
| * | Add support for v01 MAC tokensLukáš Lalinský2012-11-103-13/+52
| |/
* | 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-3112-218/+306
|\ \ | |/
| * Post merge fixIb Lundgren2012-10-2312-214/+278
| |\
| | * fix some byte/unicode arguments for Python 2.6's benefitMichael Terry2012-09-034-6/+8
| | * Support Python 3Michael Terry2012-08-3111-215/+279
| * | Adding initial set of authorization server tests against redirect uri constru...David Gouldin2012-09-073-8/+32
| |/
* | 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
|/
* Multiple scopes supportIb Lundgren2012-07-212-3/+34
* Fixing some tight coupling issuesIb Lundgren2012-07-091-33/+35
* Updated Server tests to match content type requirementIb Lundgren2012-07-041-1/+5
* Native client -> client credentials clientIb Lundgren2012-07-021-14/+14
* New init paramsIb Lundgren2012-06-291-13/+36
* Only add not None extra valuesIb Lundgren2012-06-291-2/+4
* add_params_to_qs now support dict queriesIb Lundgren2012-06-291-3/+6