summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorJonathan de Jong <jonathan@automatia.nl>2022-02-04 13:15:13 +0100
committerGitHub <noreply@github.com>2022-02-04 12:15:13 +0000
commit02632b3504ad4512c5f5a4f859b3fe326b19c788 (patch)
treea23ed29bbea62e51471f65a059ca3b7929f71e42 /changelog.d
parentDelete MSC1711_certificates_FAQ.md (#11907) (diff)
downloadsynapse-02632b3504ad4512c5f5a4f859b3fe326b19c788.tar.xz
Stabilise MSC3231 (Token Based Registration) (#11867)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11867.feature5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelog.d/11867.feature b/changelog.d/11867.feature
new file mode 100644
index 0000000000..dbd9de0e4c
--- /dev/null
+++ b/changelog.d/11867.feature
@@ -0,0 +1,5 @@
+Stabilize [MSC3231](https://github.com/matrix-org/matrix-doc/pull/3231).
+
+Client implementations using `m.login.registration_token` should switch to the stable identifiers:
+* `org.matrix.msc3231.login.registration_token` in query parameters and request/response bodies becomes `m.login.registration_token`.
+* `/_matrix/client/unstable/org.matrix.msc3231/register/org.matrix.msc3231.login.registration_token/validity` becomes `/_matrix/client/v1/register/m.login.registration_token/validity`.
\ No newline at end of file