summary refs log tree commit diff
path: root/synapse/rest/client/login_token_request.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement stable support for MSC3882 to allow an existing device/session to ↵Hugh Nimmo-Smith2023-06-011-13/+34
| | | | | | | | generate a login token for use on a new device/session (#15388) Implements stable support for MSC3882; this involves updating Synapse's support to match the MSC / the spec says. Continue to support the unstable version to allow clients to transition.
* Save login tokens in database (#13844)Quentin Gliech2022-10-261-3/+2
| | | | | | | | | | | * Save login tokens in database Signed-off-by: Quentin Gliech <quenting@element.io> * Add upgrade notes * Track login token reuse in a Prometheus metric Signed-off-by: Quentin Gliech <quenting@element.io>
* Expose MSC3882 only be under an unstable endpoint. (#13868)Hugh Nimmo-Smith2022-09-291-1/+3
|
* Implementation of MSC3882 login token request (#13722)Hugh Nimmo-Smith2022-09-211-0/+94