Allows dashboards to provide fallback login logic (e.g. mock credentials) when the API is unavailable. Used by admin-dashboard-web.
3 lines
143 B
TypeScript
3 lines
143 B
TypeScript
export { createAuthProvider } from './auth-context.js';
|
|
export type { BaseUser, AuthContextValue, AuthConfig, LoginResult } from './types.js';
|