summaryrefslogtreecommitdiff
path: root/tests/oauth2/rfc6749/clients/test_web_application.py
Commit message (Expand)AuthorAgeFilesLines
* chore: s/bode_code_verifier/body_code_verifier/gkohki yamagiwa2022-05-151-2/+2
* PKCE (#786)Jon Velando2021-12-131-0/+18
* Sorted tests import per isort 4.3.21Anton Ruhlov2020-04-101-7/+6
* Use unittest.mock instead of external mockMichał Górny2020-03-161-1/+1
* The future is nowHugo2019-08-151-3/+0
* Drop support for legacy Python 2.7Hugo2019-08-151-5/+1
* Upgrade Python syntax with pyupgradeHugo2019-08-151-1/+1
* * changed "function definition" to "function signature" in two docstringsjonathan vanasco2018-09-201-1/+0
* migrated `include_client_id` to `prepare_request_token`jonathan vanasco2018-09-171-8/+27
* * added support for empty strings of `client_secret`jonathan vanasco2018-09-171-10/+20
* standardized some test valuesjonathan vanasco2018-09-141-6/+6
* updated tests to pass on 2.x and 3.xjonathan vanasco2018-09-131-5/+10
* * addresing ticket #585jonathan vanasco2018-09-131-1/+48
* Avoid populating spurious token credentials (#542)Pieter Ennes2018-05-081-0/+19
* Fix cliend_id in web request body (#505)Antoine Bertin2018-01-291-1/+1
* Sorted imports.Omer Katz2017-09-171-7/+5
* Fix redirect_url typo and add test cases for function.myyang2015-06-291-0/+11
* Fix minor merge artifacts and python 3 tests.Ib Lundgren2014-10-231-1/+1
* Wrap OAuth2 tokens in a OAuth2Token class.Ib Lundgren2014-10-231-0/+7
* Dispatch a blinker signal on scope change, instead of raising a warningDavid Baumgold2014-10-051-2/+15
* Populate a unix timestamp expires_at from expires_in in new tokens.Ib Lundgren2013-10-041-1/+7
* Restructure client tests per grant type.Ib Lundgren2013-10-041-0/+125