summary refs log tree commit diff
path: root/synapse/rest/client/login.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stabilise support for MSC2918 refresh tokens as they have now been merged int...reivilibre2021-12-061-16/+13
* Save the OIDC session ID (sid) with the device on login (#11482)Quentin Gliech2021-12-061-2/+5
* Register the login redirect endpoint for v3. (#11451)Patrick Cloke2021-12-011-1/+1
* Update MSC2918 refresh token support to confirm with the latest revision: acc...reivilibre2021-11-261-5/+7
* Support expiry of refresh tokens and expiry of the overall session when refre...reivilibre2021-11-261-15/+37
* Rename unstable `access_token_lifetime` configuration option to `refreshable_...reivilibre2021-11-231-4/+10
* Add config for customizing the claim used for JWT logins. (#11361)Kostas2021-11-221-1/+2
* Add support for the stable version of MSC2778 (#11335)Tulir Asokan2021-11-151-2/+7
* Use direct references for configuration variables (part 7). (#10959)Patrick Cloke2021-10-041-3/+3
* Use direct references for configuration variables (part 5). (#10897)Patrick Cloke2021-09-241-1/+1
* Use direct references for configuration variables (part 4). (#10893)Patrick Cloke2021-09-231-6/+6
* Use direct references for some configuration variables (part 3) (#10885)Patrick Cloke2021-09-231-2/+2
* Use direct references for some configuration variables (#10798)Patrick Cloke2021-09-131-5/+5
* Remove unstable MSC2858 API, including `experimental.msc2858_enabled` config ...Sean2021-09-091-46/+11
* Additional type hints for REST servlets (part 2). (#10674)Patrick Cloke2021-08-261-12/+9
* Correctly initialise the `synapse_user_logins` metric. (#10677)Richard van der Hoff2021-08-241-6/+23
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-0/+600