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

3 lines (2 loc) 176 B
import { ServiceSchema } from "moleculer"; export declare function createAPIGatewayMixin(gatewayURI: string): Partial<ServiceSchema<import("moleculer").ServiceSettingSchema>>;