Mark token-authenticaticated-registration API as not-experimental (#11897)

This commit is contained in:
Julian-Samuel Gebühr 2022-08-05 13:15:35 +02:00 committed by GitHub
parent 026ac4486c
commit 3d2cabf966
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

1
changelog.d/11897.doc Normal file
View File

@ -0,0 +1 @@
Update the 'registration tokens' page to acknowledge that the relevant MSC was merged into version 1.2 of the Matrix specification. Contributed by @moan0s.

View File

@ -2,11 +2,11 @@
This API allows you to manage tokens which can be used to authenticate This API allows you to manage tokens which can be used to authenticate
registration requests, as proposed in registration requests, as proposed in
[MSC3231](https://github.com/matrix-org/matrix-doc/blob/main/proposals/3231-token-authenticated-registration.md). [MSC3231](https://github.com/matrix-org/matrix-doc/blob/main/proposals/3231-token-authenticated-registration.md)
and stabilised in version 1.2 of the Matrix specification.
To use it, you will need to enable the `registration_requires_token` config To use it, you will need to enable the `registration_requires_token` config
option, and authenticate by providing an `access_token` for a server admin: option, and authenticate by providing an `access_token` for a server admin:
see [Admin API](../../usage/administration/admin_api). see [Admin API](../admin_api).
Note that this API is still experimental; not all clients may support it yet.
## Registration token objects ## Registration token objects