summaryrefslogtreecommitdiff
path: root/tests/oauth2/rfc6749/grant_types/test_refresh_token.py
Commit message (Expand)AuthorAgeFilesLines
* Add CORS support for Refresh Token Grant.Theron Luhn2022-02-151-0/+41
* 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
* `invalid_scope` status code should be 400Benjamin Pereto2018-12-031-1/+1
* `invalid_grant` status code should be 400Free Duerinckx2018-07-041-1/+1
* Sorted imports.Omer Katz2017-09-171-2/+5
* Update custom validator testsBrendan McCollam2016-12-221-10/+20
* Adds tests for custom grant validatorsBrendan McCollam2016-12-221-0/+15
* Prevent save_token() from being called twice within create_token_response(). ...Joel Stevenson2016-04-291-0/+6
* Use 401 status code for some OAuth 2 errorsAnders Steinlein2014-04-301-1/+1
* Merge pull request #224 from wrr/is_within_original_scopeIb Lundgren2013-11-101-0/+14
|\
| * is_within_original_scope method for refresh token grant (Issue #220)Jan Wrobel2013-11-051-0/+14
* | Fix test method name conflict.Jan Wrobel2013-11-051-1/+1
|/
* broke up method into different tests, fixed import styleMassimiliano Pippi2013-09-221-23/+25
* added test involving client_authentication_required methodMassimiliano Pippi2013-09-211-0/+49
* Restructure OAuth2 tests.Ib Lundgren2013-09-121-0/+74