summaryrefslogtreecommitdiff
path: root/tests/oauth2/rfc6749/clients
Commit message (Expand)AuthorAgeFilesLines
* Avoid populating spurious token credentials (#542)Pieter Ennes2018-05-182-0/+31
* Sorted imports.Omer Katz2017-09-174-13/+11
* Use assertFormBodyEqual insteadmyyang2015-07-021-3/+3
* Fix string format compatibilitymyyang2015-07-021-3/+3
* Fix and remove missing attribute: _clientmyyang2015-07-011-0/+30
* Fix redirect_url typo and add test cases for function.myyang2015-06-292-0/+26
* Support newer PyJWT (1.0.0). remove PyCrypto completely for cryptography and ...Joseph Tate2015-04-141-23/+28
* Fix minor merge artifacts and python 3 tests.Ib Lundgren2014-10-234-4/+4
* Wrap OAuth2 tokens in a OAuth2Token class.Ib Lundgren2014-10-235-0/+37
* Merge branch 'scope-change-signal' of https://github.com/singingwolfboy/oauth...Ib Lundgren2014-10-234-5/+60
|\
| * Dispatch a blinker signal on scope change, instead of raising a warningDavid Baumgold2014-10-054-5/+60
* | First step towards supporting JWT bearer grants.ibl2014-10-161-0/+111
|/
* Client side creation of OAuth2 revocation requests.Ib Lundgren2014-09-251-0/+33
* Populate a unix timestamp expires_at from expires_in in new tokens.Ib Lundgren2013-10-044-4/+25
* Restructure client tests per grant type.Ib Lundgren2013-10-046-0/+484