whodis-react
Version:
React hooks and components for secure, best practices authentication in seconds
10 lines (9 loc) • 804 B
TypeScript
export { AuthenticationProvider } from './logic/auth/AuthenticationProvider';
export { useAuthenticationClaims } from './logic/auth/useAuthenticationClaims';
export { getAuthenticationClaims } from './logic/auth/getAuthenticationClaims';
export { useConfirmationCodeChallenge, ChallengeGoal, ContactMethodType, } from './logic/auth/useConfirmationCodeChallenge';
export { forgetAuthenticationToken } from './logic/auth/forgetAuthenticationToken';
export { getAuthorizationHeader } from './logic/auth/getAuthorizationHeader';
export { WhodisBadRequestError, isWhodisBadRequestError, WhodisAuthGoalError, isWhodisAuthGoalError, } from 'whodis-client';
export { WhodisAuthTokenStorage } from './domain/WhodisAuthTokenStorage';
export { useAuthenticationConfig } from './logic/auth/useAuthenticationConfig';