MatrixAuthProvider
Matrix User Authentication for the @adminjs/matrix plugin.
Authentication - Matrix User Authentication
Matrix User Authentication
Setup Example
import { MatrixAuthProvider } from '@adminjs/matrix';
import componentLoader from './component-loader.js';
const provider = new MatrixAuthProvider({
baseUrl: process.env.MATRIX_BASE_URL,
componentLoader,
});
export default provider;Notes
Related
Last updated