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

5 lines (4 loc) 321 B
import { StrategyOption, Profile } from "passport-kakao"; import { IdentityFederationProviderConfiguration } from "../../proxy"; export declare type KakaoProviderConfiguration = IdentityFederationProviderConfiguration<Profile, StrategyOption>; export declare const kakaoProviderConfiguration: KakaoProviderConfiguration;