@frank-auth/react
Version:
Flexible and customizable React UI components for Frank Authentication
25 lines • 790 B
TypeScript
/**
* @frank-auth/react - Main Entry Point
*
* A comprehensive, highly configurable React authentication UI library
* Built for the Frank Auth multi-tenant SaaS platform
*
* Features:
* - Three-tier user system support (Internal, External, End Users)
* - Complete server-driven configuration
* - Highly customizable components and themes
* - Multi-factor authentication (MFA)
* - Passkey support (WebAuthn)
* - Social authentication (OAuth)
* - Organization management
* - Session management
* - Real-time features
* - Accessibility compliant (WCAG 2.1 AA)
* - Internationalization (i18n)
* - TypeScript support
*/
export * from './provider';
export * from './components';
export * from './types/user';
export * from './types/session';
//# sourceMappingURL=index.d.ts.map