summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2
Commit message (Expand)AuthorAgeFilesLines
* Use absolute import in Django extension fixing self-import.Andrei Fokau2013-02-071-1/+2
* 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
* OAuth 2 provider convenience importsIb Lundgren2013-02-051-1/+3
* 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
* Large OAuth 2 provider update.Ib Lundgren2013-01-226-35/+168
* Add missing ``validate_bearer_token`` to ``RequestValidator`` placeholder classTino de Bruijn2013-01-051-0/+3
* Refactoring towards spec compliance, step 1.Ib Lundgren2012-12-212-73/+251
* RefreshTokenGrantIb Lundgren2012-12-191-0/+43
* Incremental updates to providersIb Lundgren2012-12-164-77/+129
* A batch of small fixes and cleanups.Ib Lundgren2012-11-233-21/+22
* Response/grant/token type routingIb Lundgren2012-11-181-43/+69
* 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
* BearerToken for oauth2 providerIb Lundgren2012-11-171-0/+45
* 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
* | Add support for v01 MAC tokensLukáš Lalinský2012-11-103-13/+52
|/
* Post merge fixIb Lundgren2012-10-236-89/+109
|\
| * fix some byte/unicode arguments for Python 2.6's benefitMichael Terry2012-09-031-1/+1
| * Support Python 3Michael Terry2012-08-315-90/+112
* | Adding initial set of authorization server tests against redirect uri constru...David Gouldin2012-09-073-8/+32
|/
* Multiple scopes supportIb Lundgren2012-07-212-3/+34
* Fixing some tight coupling issuesIb Lundgren2012-07-091-33/+35
* 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
* OAuth2 client types proposal, #44Ib Lundgren2012-06-281-2/+485
* OAuth 2 parameter handlersIb Lundgren2012-06-281-0/+256
* Move shared functionality (#30)Ib Lundgren2012-06-132-103/+15
* More string format fixes for python 2.6Idan Gazit2012-04-291-1/+1
* PEP8 cleanup and fix OAuth2 import pathsIdan Gazit2012-04-111-2/+2
* Move OAuth2 utils to their proper homeIdan Gazit2012-04-111-0/+128
* PEP8 cleanup of OAuth2 bitsIdan Gazit2012-04-111-14/+19
* Move oauth2 bits to their new homeIdan Gazit2012-04-111-0/+126
* Restructuring to provide parity between code/tests, oauth1/oauth2.David Gouldin2012-04-072-0/+27