matrix-org / matrix-js-sdk

Matrix Client-Server SDK for JavaScript
Apache License 2.0
1.49k stars 577 forks source link

Registration Example #4248

Closed nikiforos-dev closed 1 week ago

nikiforos-dev commented 1 week ago

Can someone please provide a registration walk-through example for matrix.org? It uses recaptcha, email, and terms as stages. I can use this sdk for chat room operations, but I can't figure out how to use it for the registration flow. At least if someone can point me to the method to use that be a big help.

MidhunSureshR commented 1 week ago

Duplicate of https://github.com/matrix-org/matrix-js-sdk/issues/4250

Please stop creating multiple issues. You should read the spec and see how matrix-react-sdk uses the sdk for the same.