summary refs log tree commit diff
path: root/tests/rest/client/test_auth.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add an option allowing users to use their password to reauthenticate even tho...reivilibre2022-05-271-0/+41
* Add type hints to `tests/rest/client` (#12066)Dirk Klimpel2022-02-231-32/+38
* Fix slow performance of `/logout` in some cases where refresh tokens are in u...reivilibre2022-02-221-2/+91
* Use HTTPStatus constants in place of literals in `tests.rest.client.test_auth...reivilibre2021-12-081-47/+87
* Fix the test breakage introduced by #11435 as a result of concurrent PRs (#11...reivilibre2021-12-071-1/+1
* Stabilise support for MSC2918 refresh tokens as they have now been merged int...reivilibre2021-12-061-15/+15
* Support configuring the lifetime of non-refreshable access tokens separately ...reivilibre2021-12-031-0/+76
* Update MSC2918 refresh token support to confirm with the latest revision: acc...reivilibre2021-11-261-14/+44
* Support expiry of refresh tokens and expiry of the overall session when refre...reivilibre2021-11-261-1/+124
* Rename unstable `access_token_lifetime` configuration option to `refreshable_...reivilibre2021-11-231-1/+1
* Flatten tests/rest/client/{v1,v2_alpha} too (#10667)David Robertson2021-08-201-0/+717