Private access
Supabase authentication is now the gate for the Algome restricted area.
Sign in with an existing account or create one directly here. The protected route is validated both before rendering and during the request lifecycle.
SSR cookies
Supabase auth state is stored in cookies that server actions can update.
Proxy guard
`proxy.ts` refreshes the session and blocks unauthenticated access.
Server checks
The restricted layout still verifies the active user before it renders.