summaryrefslogtreecommitdiff
path: root/oauthlib
Commit message (Expand)AuthorAgeFilesLines
* Use new errors, expires_at and require httpsIb Lundgren2013-02-232-20/+38
* Convenince import, new names previewIb Lundgren2013-02-231-1/+5
* raise_from_error and a few new errorsIb Lundgren2013-02-231-0/+39
* User association tests.Ib Lundgren2013-02-222-2/+3
* Client association testsIb Lundgren2013-02-211-3/+24
* Optional token generatorIb Lundgren2013-02-212-11/+17
* Request now use a CaseInsensitiveDict. Fix #121.Ib Lundgren2013-02-211-1/+31
* Refactor auth code client_id fallback authIb Lundgren2013-02-201-12/+25
* Harden client check. Fix #114.Ib Lundgren2013-02-201-3/+8
* Missing default or invalid redirect_uri tests.Ib Lundgren2013-02-201-0/+2
* Tidying up comments (#120).Ib Lundgren2013-02-201-4/+5
* Redirect URI preservation testIb Lundgren2013-02-201-0/+4
* Raise error if body supplied in signing of GET and HEAD requests (#120).Ib Lundgren2013-02-201-3/+17
* State preservation check.Ib Lundgren2013-02-191-1/+2
* 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
* Merge branch 'master' of https://github.com/idan/oauthlibIb Lundgren2013-02-071-1/+2
|\
| * Merge pull request #105 from andreif/masterIb Lundgren2013-02-071-1/+2
| |\
| | * Use absolute import in Django extension fixing self-import.Andrei Fokau2013-02-071-1/+2
* | | Fix #83Ib Lundgren2013-02-071-1/+1
* | | Fix #94Ib Lundgren2013-02-071-3/+3
|/ /
* | Merge pull request #103 from andreif/masterIb Lundgren2013-02-064-6/+12
|\ \ | |/
| * Fixed attribute initialization added by prev commit.Andrei Fokau2013-02-061-1/+1
| * Fixed typo and argument order in docs.Andrei Fokau2013-02-061-1/+3
| * Added missing argument for auth endpoint. Fixed typo in docstring.Andrei Fokau2013-02-062-2/+3
| * Fixed typos in grant_types. Initialized attributes to avoid validation errors.Andrei Fokau2013-02-061-3/+6
* | Fixed typos in docstring of OAuth server.Ondrej Slinták2013-02-061-2/+2
|/
* OAuth 2 provider convenience importsIb Lundgren2013-02-051-1/+3
* Revert default urlencodingIb Lundgren2013-02-051-1/+1
* Grant type validation and scope check refactorIb Lundgren2013-02-031-34/+32
* Split responsibility into the three endpointsIb Lundgren2013-02-031-6/+10
* First draft request validator docs (#45,#46,#47,#48,#75)Ib Lundgren2013-02-032-25/+290
* OAuth2 provider nearing alpha (#45,#46,#47,#48,#75)Ib Lundgren2013-02-026-101/+311
* Rename django oauth2 decorator to avoid nosetest confusionIb Lundgren2013-01-301-0/+0
* 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