UNPKG

moleculer-iam

Version:

Centralized IAM module for moleculer. Including a certified OIDC provider and an Identity provider for user profile, credentials, and custom claims management. Custom claims could be defined/updated by declarative schema which contains claims validation a

12 lines (11 loc) 318 B
export * from "./error.types"; export * from "./identity.types"; export * from "./config"; export * from "./app"; export * from "./app.types"; export * from "./renderer"; export * from "./federation"; export * from "./config.default"; export * from "./proxy"; export * from "./proxy.types"; export * from "./adapter";