Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 3d2cabf

Browse files
authored
Mark token-authenticaticated-registration API as not-experimental (#11897)
1 parent 026ac44 commit 3d2cabf

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

changelog.d/11897.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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.

docs/usage/administration/admin_api/registration_tokens.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

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

1111

1212
## Registration token objects

0 commit comments

Comments
 (0)