summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.7.20.7.2Ib Lundgren2014-11-132-5/+15
* Ensure correct validator methods are invoked in auth grant.Ib Lundgren2014-11-131-5/+24
* 0.7.30.7.1Ib Lundgren2014-10-271-1/+1
* Add old commmon.log back.Ib Lundgren2014-10-271-0/+3
* Merge pull request #285 from garcianavalon/update_docs_token_creationIb Lundgren2014-10-271-4/+1
|\
| * updated token endpoint documentation to reflect current behavior,the token co...Enrique Garcia2014-10-271-4/+1
* | 0.7.00.7.0Ib Lundgren2014-10-271-1/+1
|/
* Fix forgotten test in prev. commit py3 issue.Ib Lundgren2014-10-241-2/+3
* Convenience import of OAuth2TokenIb Lundgren2014-10-241-1/+1
* Return OAuth2Tokens instead of dicts in endpoints.Ib Lundgren2014-10-241-1/+1
* Fix flaky test depending on internal order.Ib Lundgren2014-10-241-2/+2
* Move changelog into its own file.Ib Lundgren2014-10-232-102/+126
* s/lepture/evonove/Ib Lundgren2014-10-231-1/+1
* Fix minor merge artifacts and python 3 tests.Ib Lundgren2014-10-238-19/+35
* Merge branch 'allow-invalid-token-type-hint' of https://github.com/RodneyRich...Ib Lundgren2014-10-232-11/+3
|\
| * Allow invalid token_type_hint.Rodney Richardson2014-10-072-11/+3
* | Docs updates recovered from a broken git repo.Ib Lundgren2014-10-238-20/+183
* | Fetch docs version from oauthlib.__version__Ib Lundgren2014-10-231-3/+4
* | Tidy up makefile and add contacts meta data.Ib Lundgren2014-10-231-8/+31
* | Add blinker to tox.iniIb Lundgren2014-10-231-0/+1
* | Wrap OAuth2 tokens in a OAuth2Token class.Ib Lundgren2014-10-237-9/+84
* | Merge branch 'scope-change-signal' of https://github.com/singingwolfboy/oauth...Ib Lundgren2014-10-2311-30/+157
|\ \
| * | Dispatch a blinker signal on scope change, instead of raising a warningDavid Baumgold2014-10-0514-66/+199
| |/
* | Merge pull request #282 from singingwolfboy/document-envvarsIb Lundgren2014-10-173-25/+45
|\ \
| * | Document environment variablesDavid Baumgold2014-10-163-25/+45
| |/
* | First step towards supporting JWT bearer grants.ibl2014-10-164-0/+292
* | Move identical token resposne parsing into base.ibl2014-10-164-297/+51
* | Merge pull request #278 from RodneyRichardson/issues/277/add-state-to-oauth2e...Ib Lundgren2014-10-167-44/+24
|\ \
| * | Remove redundant "state=request.state" parametersRodney Richardson2014-10-076-44/+22
| * | Pick up state from request, if not specified.Rodney Richardson2014-10-071-0/+2
| |/
* | Merge pull request #280 from djpnewton/patch-1Ib Lundgren2014-10-161-1/+1
|\ \ | |/ |/|
| * fix add_params_to_uri() fragment bugdjpnewton2014-10-091-1/+1
|/
* Merge pull request #275 from DavidMuller/resource_owner_password_credential_g...Ib Lundgren2014-10-012-2/+33
|\
| * Add docstring for ResourceOwnerPasswordCredentialsGrant __init__David Muller2014-09-291-0/+4
| * Test ResourceOwnerPasswordCredentialsGrant generates no refresh tokenDavid Muller2014-09-291-0/+26
| * create/don't create refresh_token based on self.refresh_tokenDavid Muller2014-09-291-1/+1
| * Add refresh_token keyword argDavid Muller2014-09-291-1/+2
|/
* Merge branch 'autopep8'Ib Lundgren2014-09-255-30/+358
|\
| * Sketching out an improved OAuth 2 client API.autopep8Ib Lundgren2014-09-251-73/+243
| * Client side creation of OAuth2 revocation requests.Ib Lundgren2014-09-253-0/+144
| * Make jsonp support in revocation endpoint optional.Ib Lundgren2014-09-252-13/+27
* | Merge pull request #271 from idan/autopep8Ib Lundgren2014-09-2536-291/+390
|\ \ | |/
| * Auto pep8 changes throughout the code base.Ib Lundgren2014-09-2436-291/+390
|/
* Fix error message init and add request details.Ib Lundgren2014-09-243-2/+19
* Change logging namespace to a tiered one.Ib Lundgren2014-09-2420-36/+83
* Merge pull request #268 from whit537/facebookIb Lundgren2014-09-223-4/+77
|\
| * Add documentation of OAUTHLIB_STRICT_TOKEN_TYPEChad Whitacre2014-09-221-0/+9
| * Relax token_type checkingChad Whitacre2014-09-171-1/+3
| * Failing test for token_type relaxationChad Whitacre2014-09-171-2/+17
| * Support expires as an alias for expires_inChad Whitacre2014-09-171-0/+3