diff options
author | Hugh Nimmo-Smith <hughns@users.noreply.github.com> | 2022-09-21 16:12:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-21 15:12:29 +0000 |
commit | 0fd2f2d46064efd37284a36d5b478815d69ddd96 (patch) | |
tree | a3b9fca597bc47e7db3226dd8d1e13c84e770e69 /changelog.d | |
parent | Add `worker_main_http_uri` to the contrib bash script (#13772) (diff) | |
download | synapse-0fd2f2d46064efd37284a36d5b478815d69ddd96.tar.xz |
Implementation of MSC3882 login token request (#13722)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13722.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13722.feature b/changelog.d/13722.feature new file mode 100644 index 0000000000..588d143c0f --- /dev/null +++ b/changelog.d/13722.feature @@ -0,0 +1 @@ +Experimental implementation of MSC3882 to allow an existing device/session to generate a login token for use on a new device/session. |