MatrixAuthProvider
Matrix User Authentication for the @adminjs/matrix plugin.
Last updated
Matrix User Authentication for the @adminjs/matrix plugin.
Last updated
Authenticate users directly against your Matrix server using the MatrixAuthProvider
.
Users will be authenticated directly with their Matrix username and password.
This method does not use a shared token – authentication is user-specific.
You must configure the MATRIX_BASE_URL
environment variable correctly for your Matrix server.