summary refs log tree commit diff
path: root/tests/rest/client/test_auth.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-11/+16
* Bump black from 22.12.0 to 23.1.0 (#15103)dependabot[bot]2023-02-221-2/+0
* Fix-up type hints in tests/server.py. (#15084)Patrick Cloke2023-02-171-11/+3
* Use mypy 1.0 (#15052)David Robertson2023-02-161-0/+3
* Fix /refresh endpoint version (#14364)Tulir Asokan2022-11-041-8/+8
* Support OIDC backchannel logouts (#11414)Quentin Gliech2022-10-311-24/+366
* Refactor OIDC tests to better mimic an actual OIDC provider. (#13910)Quentin Gliech2022-10-251-9/+23
* Allow admins to require a manual approval process before new accounts can be ...Brendan Abolivier2022-09-291-1/+32
* 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