useAuth
Simplified hook for basic authentication state.
Returns
isAuthenticated: boolean - Current authentication status
login: () => Promise - Trigger login flow
logout: () => Promise - Trigger logout flow
Last updated
Was this helpful?
Simplified hook for basic authentication state.
isAuthenticated: boolean - Current authentication status
login: () => Promise - Trigger login flow
logout: () => Promise - Trigger logout flow
Last updated
Was this helpful?