summaryrefslogtreecommitdiff
path: root/tests/oauth2/rfc6749/test_parameters.py
Commit message (Expand)AuthorAgeFilesLines
* PKCE (#786)Jon Velando2021-12-131-0/+22
* Sorted tests import per isort 4.3.21Anton Ruhlov2020-04-101-1/+1
* Use unittest.mock instead of external mockMichał Górny2020-03-161-1/+1
* The future is nowHugo2019-08-151-2/+0
* Upgrade Python syntax with pyupgradeHugo2019-08-151-5/+5
* 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-0/+18
|/
* Add support of custom errors coming from providersJonathan Huot2018-09-101-0/+4
* Implicit was not converting expires_in into integersJonathan Huot2018-08-061-1/+1
* Remove handling of nonstandard parameter "expires" (#506)Seth Davis2018-06-301-11/+0
* Sorted imports.Omer Katz2017-09-171-4/+6
* Fix management of rfc6749 errorsfabio2015-07-061-4/+4
* add failing testJoseph Tate2015-04-131-0/+18
* Fix forgotten test in prev. commit py3 issue.Ib Lundgren2014-10-241-2/+3
* Fix flaky test depending on internal order.Ib Lundgren2014-10-241-2/+2
* Fix minor merge artifacts and python 3 tests.Ib Lundgren2014-10-231-5/+9
* Dispatch a blinker signal on scope change, instead of raising a warningDavid Baumgold2014-10-051-2/+31
* Failing test for token_type relaxationChad Whitacre2014-09-171-2/+17
* Failing test for expires as alias for expires_inChad Whitacre2014-09-171-0/+11
* Implement URL-encoding fallback for access tokensChad Whitacre2014-09-171-1/+1
* Failing test for URL-encoded access tokensChad Whitacre2014-09-171-0/+22
* Populate a unix timestamp expires_at from expires_in in new tokens.Ib Lundgren2013-10-041-0/+5
* Rename draft to rfc. Fix #75.Ib Lundgren2013-05-301-0/+163