summaryrefslogtreecommitdiff
path: root/tests/oauth2/rfc6749/clients/test_backend_application.py
Commit message (Expand)AuthorAgeFilesLines
* Sorted tests import per isort 4.3.21Anton Ruhlov2020-04-101-2/+1
* Use unittest.mock instead of external mockMichał Górny2020-03-161-1/+1
* The future is nowHugo2019-08-151-2/+0
* migrated `include_client_id` to `prepare_request_token`jonathan vanasco2018-09-171-0/+1
* Sorted imports.Omer Katz2017-09-171-1/+1
* 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/+61