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

6 lines 240 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OIDCErrors = void 0; const oidc_provider_1 = require("oidc-provider"); exports.OIDCErrors = oidc_provider_1.errors; //# sourceMappingURL=error.types.js.map