summaryrefslogtreecommitdiff
path: root/tests/oauth2/rfc6749/clients
Commit message (Expand)AuthorAgeFilesLines
* Sorted tests import per isort 4.3.21Anton Ruhlov2020-04-106-18/+13
* Use unittest.mock instead of external mockMichał Górny2020-03-165-5/+5
* The future is nowHugo2019-08-156-13/+0
* Drop support for legacy Python 2.7Hugo2019-08-152-10/+2
* Upgrade Python syntax with pyupgradeHugo2019-08-153-6/+6
* * 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-173-17/+67
* * added support for empty strings of `client_secret`jonathan vanasco2018-09-172-10/+48
* standardized some test valuesjonathan vanasco2018-09-142-8/+8
* updated tests to pass on 2.x and 3.xjonathan vanasco2018-09-131-5/+10
* * addresing ticket #585jonathan vanasco2018-09-131-1/+48
* Implicit was not converting expires_in into integersJonathan Huot2018-08-061-1/+1
* Add test coverage (#544)Florian Strzelecki2018-05-212-5/+137
* Avoid populating spurious token credentials (#542)Pieter Ennes2018-05-082-0/+31
* Fix cliend_id in web request body (#505)Antoine Bertin2018-01-291-1/+1
* 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