summaryrefslogtreecommitdiff
path: root/oauthlib
Commit message (Expand)AuthorAgeFilesLines
* send no state in the access token responsegunnar2015-07-032-3/+3
* Improve regex performance for invalid_hexHsiaoming Yang2015-07-031-2/+2
* Don't encode body twiceHsiaoming Yang2015-07-031-1/+1
* Fix when body is NoneHsiaoming Yang2015-07-021-1/+1
* Hide user password in repr of RequestHsiaoming Yang2015-07-021-1/+5
* Merge pull request #341 from kdazzle/request-getattrOmer Katz2015-07-025-6/+25
|\
| * #340 - add default param values to common.RequestKyle2015-05-241-2/+9
| * Merge remote-tracking branch 'upstream/master' into request-getattrKyle2015-05-242-3/+4
| |\
| * | #340 - provide default values for some params in common.RequestKyle2015-05-095-5/+14
| * | #340 - raise AttributeError from common.Request.__getattr__+ add testsKyle2015-05-091-1/+4
* | | Fix and remove missing attribute: _clientmyyang2015-07-011-1/+1
* | | Merge pull request #350 from cheif/masterOmer Katz2015-07-012-2/+10
|\ \ \
| * | | Handle empty/non-parsable query stringsDan Berglund2015-06-262-2/+10
| | |/ | |/|
* | | Merge pull request #314 from singingwolfboy/require-rsa-key-when-being-usedOmer Katz2015-07-012-4/+2
|\ \ \
| * | | Check for rsa_key when it's actually neededDavid Baumgold2015-05-062-4/+2
| | |/ | |/|
* | | Merge pull request #336 from josephtate/betterscopesupportOmer Katz2015-07-011-7/+3
|\ \ \
| * | | Add the broken scope to the ValueError exception for easier debugging, add te...Joseph Tate2015-04-201-1/+1
| * | | Allow tuples for list_to_scope and scope_to_list in addition to sets and list...Joseph Tate2015-04-201-6/+2
| |/ /
* | | Fix redirect_url typo and add test cases for function.myyang2015-06-291-1/+1
| |/ |/|
* | Merge pull request #339 from digithink/oauth2_revocation_fixIb Lundgren2015-05-231-2/+3
|\ \
| * | Add code to determine if client authentication is required for OAuth2 endpoin...Weipin Xia2015-05-071-2/+3
| |/
* | Typo fixMatt Bachmann2015-05-051-1/+1
|/
* Merge pull request #323 from josephtate/master-fix-306Ib Lundgren2015-04-191-1/+7
|\
| * Fix handling of optional scope params in response when the scope doesn't chan...Joseph Tate2015-04-131-1/+7
* | Support newer PyJWT (1.0.0). remove PyCrypto completely for cryptography and ...Joseph Tate2015-04-144-34/+28
|/
* Merge pull request #298 from techtonik/patch-1Ib Lundgren2015-04-021-2/+0
|\
| * Fix docs - python-rsa is not usedanatoly techtonik2014-11-171-2/+0
* | Merge pull request #331 from brunal/masterIb Lundgren2015-04-021-1/+3
|\ \
| * | Oauth1 signing: fix error message on invalid Content-Type headerBruno Cauet2015-03-111-1/+3
| |/
* | Strip whitespace off of scope string.Pieter Ennes2015-03-051-1/+1
|/
* 0.7.20.7.2Ib Lundgren2014-11-131-1/+1
* 0.7.30.7.1Ib Lundgren2014-10-271-1/+1
* Add old commmon.log back.Ib Lundgren2014-10-271-0/+3
* 0.7.00.7.0Ib Lundgren2014-10-271-1/+1
* Convenience import of OAuth2TokenIb Lundgren2014-10-241-1/+1
* Return OAuth2Tokens instead of dicts in endpoints.Ib Lundgren2014-10-241-1/+1
* Fix minor merge artifacts and python 3 tests.Ib Lundgren2014-10-233-10/+22
* Merge branch 'allow-invalid-token-type-hint' of https://github.com/RodneyRich...Ib Lundgren2014-10-231-0/+1
|\
| * Allow invalid token_type_hint.Rodney Richardson2014-10-071-0/+1
* | Wrap OAuth2 tokens in a OAuth2Token class.Ib Lundgren2014-10-232-9/+47
* | Merge branch 'scope-change-signal' of https://github.com/singingwolfboy/oauth...Ib Lundgren2014-10-233-19/+55
|\ \
| * | Dispatch a blinker signal on scope change, instead of raising a warningDavid Baumgold2014-10-056-55/+97
| |/
* | First step towards supporting JWT bearer grants.ibl2014-10-163-0/+181
* | 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
| |/
* | fix add_params_to_uri() fragment bugdjpnewton2014-10-091-1/+1
|/
* Add docstring for ResourceOwnerPasswordCredentialsGrant __init__David Muller2014-09-291-0/+4
* create/don't create refresh_token based on self.refresh_tokenDavid Muller2014-09-291-1/+1