matrix-org/dendrite

Implement token-authenticated registration

Aberta

#3.097 aberto em 1 de jun. de 2023

 (7 comentários) (0 reação) (1 responsável)Go (658 forks)auto 404
good first issuehelp wantednew-endpointsspec-compliance

Métricas do repositório

Stars
 (5.632 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador