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

Commit

Permalink
Mark token-authenticaticated-registration API as not-experimental (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
moan0s committed Aug 5, 2022
1 parent 026ac44 commit 3d2cabf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions changelog.d/11897.doc
Original file line number Diff line number Diff line change
@@ -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.
6 changes: 3 additions & 3 deletions docs/usage/administration/admin_api/registration_tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

This API allows you to manage tokens which can be used to authenticate
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
option, and authenticate by providing an `access_token` for a server admin:
see [Admin API](../../usage/administration/admin_api).
Note that this API is still experimental; not all clients may support it yet.
see [Admin API](../admin_api).


## Registration token objects
Expand Down

0 comments on commit 3d2cabf

Please sign in to comment.