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 • 402 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./lib/logger"), exports);
tslib_1.__exportStar(require("./idp"), exports);
tslib_1.__exportStar(require("./op"), exports);
tslib_1.__exportStar(require("./server"), exports);
tslib_1.__exportStar(require("./service"), exports);
//# sourceMappingURL=index.js.map