@nerdlat/auth
Version:
Authentication library similar to Clerk for React and Express applications
9 lines • 510 B
TypeScript
export type { User, AuthContextType, AuthConfig, AuthProviderProps } from '../types';
export { AuthProvider, AuthContext, withAuth } from './AuthProvider';
export { useAuth, useUser, useSession } from './useAuth';
export { SignIn } from './SignIn';
export { SignUp } from './SignUp';
export { ResetPassword } from './ResetPassword';
export { UserProfile } from './UserProfile';
export { configureAuth, authAPI, getMe, login, signup, logout, resetPassword } from './authApi';
//# sourceMappingURL=index.d.ts.map