learning_ai_common_plat/packages/react-auth/src/index.ts
saravanakumardb1 11e79aa4f9 feat(react-auth): add onLoginFallback to createAuthProvider config
Allows dashboards to provide fallback login logic (e.g. mock credentials)
when the API is unavailable. Used by admin-dashboard-web.
2026-02-12 22:21:25 -08:00

3 lines
143 B
TypeScript

export { createAuthProvider } from './auth-context.js';
export type { BaseUser, AuthContextValue, AuthConfig, LoginResult } from './types.js';