summaryrefslogtreecommitdiff
path: root/tests/oauth2/rfc6749/clients/test_legacy_application.py
Commit message (Expand)AuthorAgeFilesLines
* Sorted tests import per isort 4.3.21Anton Ruhlov2020-04-101-4/+2
* Use unittest.mock instead of external mockMichał Górny2020-03-161-1/+1
* 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-3/+3
* migrated `include_client_id` to `prepare_request_token`jonathan vanasco2018-09-171-9/+39
* * added support for empty strings of `client_secret`jonathan vanasco2018-09-171-0/+28
* standardized some test valuesjonathan vanasco2018-09-141-2/+2
* 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/+8
* Dispatch a blinker signal on scope change, instead of raising a warningDavid Baumgold2014-10-051-1/+15
* Populate a unix timestamp expires_at from expires_in in new tokens.Ib Lundgren2013-10-041-1/+6
* Restructure client tests per grant type.Ib Lundgren2013-10-041-0/+63