matrix-org/dendrite

Implement token-authenticated registration

开放

#3,097 创建于 2023年6月1日

 (7 条评论) (0 个反应) (1 位负责人)Go (658 个派生)auto 404
good first issuehelp wantednew-endpointsspec-compliance

仓库指标

星标
 (5,632 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Spec version 1.2 introduced token-authenticated registration and a new client API endpoint (MSC3231), this is currently missing.

GET /_matrix/client/v1/register/m.login.registration_token/validity spec

To generate tokens, we should use the same admin endpoints as Synapse, so existing tools to create tokens can be used for Dendrite as well.

贡献者指南