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
15 lines • 748 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./error.types"), exports);
tslib_1.__exportStar(require("./identity.types"), exports);
tslib_1.__exportStar(require("./config"), exports);
tslib_1.__exportStar(require("./app"), exports);
tslib_1.__exportStar(require("./app.types"), exports);
tslib_1.__exportStar(require("./renderer"), exports);
tslib_1.__exportStar(require("./federation"), exports);
tslib_1.__exportStar(require("./config.default"), exports);
tslib_1.__exportStar(require("./proxy"), exports);
tslib_1.__exportStar(require("./proxy.types"), exports);
tslib_1.__exportStar(require("./adapter"), exports);
//# sourceMappingURL=index.js.map