You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 14, 2021. It is now read-only.
const config = {
openId: {...},
scim: {...}
};
const {AuthX, services, routes} = require('authx')(config);
// Optional step to initialize services with an admin token, etc
// Particularly required for APIs which leverage SCIM endpoints
// Such as the Registration service
services.initialize();
Using predefined routes
// Using specific routes
app.use('/users', routes.users);