matrix-registration

Logo

a token based matrix registration api

View the Project on GitHub zeratax/matrix-registration

demo registration

On this page you can try out the registration process for my homeserver dmnd.sh. No actual account will be created.













You can get a token with a simple cURL request: https://github.com/ZerataX/matrix-registration/wiki/api#curl Just use the endpoints /test/api/token and /test/register and the SharedSecret demopagesecret. E.g. to list all tokens:

$ curl -H "Authorization: SharedSecret demopagesecret" \
       https://dmnd.sh/test/api/token

This page is based on https://github.com/ZerataX/matrix-registration/blob/master/resources/example.html