summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2/rfc6749/parameters.py
Commit message (Expand)AuthorAgeFilesLines
* docs: Fix a few typosTim Gates2022-07-031-1/+1
* PKCE (#786)Jon Velando2021-12-131-2/+18
* Update pydoc in parameters.pyX6VmZSxczGzm9Ak5uy-rrodriguez2020-07-291-2/+2
* Remove Python 2 codes (#734)Asif Saif Uddin2020-05-121-1/+0
* Sorted oauthlib imports per isort 4.3.21Anton Ruhlov2020-04-101-4/+5
* The future is nowHugo2019-08-151-2/+0
* Drop support for legacy Python 2.7Hugo2019-08-151-5/+1
* Upgrade Python syntax with pyupgradeHugo2019-08-151-2/+2
* Drop support for legacy Python 2.7Hugo2019-08-151-6/+6
* Merge branch 'master' into 672-fix-null-expires-inOmer Katz2019-06-291-3/+6
|\
| * Check for authorization response errorsMark Gregson2019-06-061-3/+6
* | Handle null value in expires_in field in JSON handlerJosh Holmer2019-04-301-1/+4
|/
* fix include_client_id argumentArjan Keeman2019-04-011-2/+2
* * changed "function definition" to "function signature" in two docstringsjonathan vanasco2018-09-201-13/+20
* migrated `include_client_id` to `prepare_request_token`jonathan vanasco2018-09-171-4/+28
* * added support for empty strings of `client_secret`jonathan vanasco2018-09-171-0/+4
* standardized some test valuesjonathan vanasco2018-09-141-1/+1
* * addresing ticket #585jonathan vanasco2018-09-131-1/+3
* fixed spacingjonathan vanasco2018-09-111-1/+1
* cleanup on docs fixesjonathan vanasco2018-09-111-9/+14
* redid the docstring fixesjonathan vanasco2018-09-101-11/+14
* Implicit was not converting expires_in into integersJonathan Huot2018-08-061-0/+4
* Remove handling of nonstandard parameter "expires" (#506)Seth Davis2018-06-301-5/+2
* Rtd docs fix (#515)Jonathan Huot2018-02-281-16/+16
* Sorted imports.Omer Katz2017-09-171-7/+10
* Fix minor merge artifacts and python 3 tests.Ib Lundgren2014-10-231-2/+2
* Wrap OAuth2 tokens in a OAuth2Token class.Ib Lundgren2014-10-231-8/+15
* Dispatch a blinker signal on scope change, instead of raising a warningDavid Baumgold2014-10-051-8/+7
* Client side creation of OAuth2 revocation requests.Ib Lundgren2014-09-251-0/+54
* Auto pep8 changes throughout the code base.Ib Lundgren2014-09-241-1/+1
* Relax token_type checkingChad Whitacre2014-09-171-1/+3
* Support expires as an alias for expires_inChad Whitacre2014-09-171-0/+3
* Implement URL-encoding fallback for access tokensChad Whitacre2014-09-171-1/+12
* Make scope change warning more informativeDavid Baumgold2014-09-111-1/+6
* Move docstrings above `from __future__` imports.Kirill Spitsin2014-04-151-2/+1
* Fix all application/json mimetypes.Hsiaoming Yang2013-10-121-1/+1
* Populate a unix timestamp expires_at from expires_in in new tokens.Ib Lundgren2013-10-041-0/+7
* move uri.lower() to is_secure_transportHsiaoming Yang2013-05-311-2/+2
* use is_secure_transport to check uriHsiaoming Yang2013-05-311-5/+4
* debug support for prepare_grant_uriHsiaoming Yang2013-05-311-1/+2
* Rename draft to rfc. Fix #75.Ib Lundgren2013-05-301-0/+319