UNPKG

fgp-auth

Version:

fgp-auth is a token based auth lib and base on "auth0 and keycloak.

5 lines 250 B
export { Auth } from './auth/auth'; export { Auths } from './auth/auth.types'; export { AuthProps } from './auth/vo/fgp.auth.props'; export { AuthFactory, AuthCallback } from "./auth/auth.factory"; export { AuthOperator } from "./auth/auth.operator";