diff options
author | reivilibre <reivilibre@users.noreply.github.com> | 2022-08-05 11:16:16 +0000 |
---|---|---|
committer | reivilibre <reivilibre@users.noreply.github.com> | 2022-08-05 11:16:16 +0000 |
commit | a49f7c66a59e89de22dcccd86b813ab4676487e2 (patch) | |
tree | 5c948a7e9fe7038b857dc499b41b79b52607911e /develop/usage | |
parent | deploy: 6dd7fa12dc18835b18c0632b89c2563d806cd8ef (diff) | |
download | synapse-a49f7c66a59e89de22dcccd86b813ab4676487e2.tar.xz |
deploy: 3d2cabf9669e27016e6c062313709e88a50697bb
Diffstat (limited to 'develop/usage')
-rw-r--r-- | develop/usage/administration/admin_api/registration_tokens.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/develop/usage/administration/admin_api/registration_tokens.html b/develop/usage/administration/admin_api/registration_tokens.html index 78a38518a0..330fc171e1 100644 --- a/develop/usage/administration/admin_api/registration_tokens.html +++ b/develop/usage/administration/admin_api/registration_tokens.html @@ -149,11 +149,11 @@ <h1 id="registration-tokens"><a class="header" href="#registration-tokens">Registration Tokens</a></h1> <p>This API allows you to manage tokens which can be used to authenticate registration requests, as proposed in -<a href="https://github.com/matrix-org/matrix-doc/blob/main/proposals/3231-token-authenticated-registration.md">MSC3231</a>. +<a href="https://github.com/matrix-org/matrix-doc/blob/main/proposals/3231-token-authenticated-registration.md">MSC3231</a> +and stabilised in version 1.2 of the Matrix specification. To use it, you will need to enable the <code>registration_requires_token</code> config option, and authenticate by providing an <code>access_token</code> for a server admin: -see <a href="../../usage/administration/admin_api">Admin API</a>. -Note that this API is still experimental; not all clients may support it yet.</p> +see <a href="../admin_api">Admin API</a>.</p> <h2 id="registration-token-objects"><a class="header" href="#registration-token-objects">Registration token objects</a></h2> <p>Most endpoints make use of JSON objects that contain details about tokens. These objects have the following fields:</p> |