Implement token-authenticated registration
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.
@S7evinK - I'd like to take this
@kegsay - I've started working on the draft PR. Pls assign this issue to me.
PR #3101 will track this issue
Implemented with #3101. This can be closed
Not yet, there is still the missing endpoint GET /_matrix/client/v1/register/m.login.registration_token/validity
But that should be a quite short PR, given it is basically the GET /admin/registrationTokens/{token} endpoint.
Also, thank you for having implemented the admin endpoints! :)
@S7evinK I'll implement the missing endpoint :)
@S7evinK I'll implement the missing endpoint :)
hi, any update on the endpoint implementation?