summaryrefslogtreecommitdiff
path: root/tests/oauth2/rfc6749/clients/test_mobile_application.py
Commit message (Expand)AuthorAgeFilesLines
* The future is nowHugo2019-08-151-2/+0
* Implicit was not converting expires_in into integersJonathan Huot2018-08-061-1/+1
* Avoid populating spurious token credentials (#542)Pieter Ennes2018-05-081-0/+12
* 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/+75