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

9 lines (8 loc) 159 B
export declare const config: { env: string; isDev: boolean; isDebug: boolean; iam: any; issuer: string; apiGatewayEndpoint: string; };