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

4 lines (3 loc) 243 B
import Router from "koa-router"; import { OIDCProvider } from "../../op"; export declare const app: (op: OIDCProvider) => Promise<import("koa-compose").Middleware<import("koa").ParameterizedContext<any, Router.IRouterParamContext<any, {}>>>>;