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

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

Merged
merged 3 commits into from
Aug 5, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ registration requests, as proposed in
[MSC3231](https://github.com/matrix-org/matrix-doc/blob/main/proposals/3231-token-authenticated-registration.md).
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](../../usage/administration/admin_api). This API is part of the Matrix since v1.2.
Copy link
Contributor

@babolivier babolivier Feb 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
see [Admin API](../../usage/administration/admin_api). This API is part of the Matrix since v1.2.
see [Admin API](../admin_api).

Let's remove this since admin APIs aren't part of the Matrix specification.

Edit: and fix the link while we're there



## Registration token objects
Expand Down