import { useAuth } from '@/hooks' export default function HomePage() { const { isAuthenticated, login, isLoading } = useAuth() if (isLoading) { return (
A secure authentication system powered by Keycloak and FastAPI. Login with your Keycloak credentials to access protected resources.
{!isAuthenticated && (HTTP-only cookies protect your tokens from XSS attacks.
Enterprise-grade identity management with Keycloak SSO.
High-performance Python backend with automatic API documentation.