moan0s / matrix-registration-bot

A bot that is used to create and manage registration tokens for a matrix server
GNU Affero General Public License v3.0
64 stars 10 forks source link

Access token invalid after admin client log off #7

Closed seth586 closed 2 years ago

seth586 commented 2 years ago

Using an administrator access token in config.yml is not a durable deployment, since an administrator account logout destroys the token.

It would be better to use a shared secret that persists such as the homeserver.yaml registration_shared_secret:

or am I missing a method that creates an admin access token that persists?