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
12 lines • 492 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.identityFederationProviderOptionsPreset = void 0;
const google_1 = require("./google");
const facebook_1 = require("./facebook");
const kakao_1 = require("./kakao");
exports.identityFederationProviderOptionsPreset = {
google: google_1.googleProviderConfiguration,
facebook: facebook_1.facebookProviderConfiguration,
kakao: kakao_1.kakaoProviderConfiguration,
};
//# sourceMappingURL=index.js.map