Login 02 is a full-stack split-screen authentication page pre-connected to Supabase Auth. It includes email/password login with server-side validation, OAuth buttons for GitHub and Google, a PKCE callback route, and session refresh middleware — all wired and ready to ship. Built with shadcn/ui components and the Supabase SSR client, it installs with a single npx shadcn command and requires only your Supabase project URL and publishable key to run. No additional configuration is needed.
Requires NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY environment variables. The PKCE callback route is included in the installed files — add /auth/callback to your Supabase allowed redirect URLs.