Auth scaffold

Sign in to the TokiCode platform shell.

This is the first real account layer for TokiCode. It is wired for Supabase SSR auth, protected routes, and synced progress APIs.

Supabase configuredSite URL: http://localhost:3000

Once your Supabase project is connected, this route will handle cookie-based sign-in and redirect authenticated users to the protected dashboard.

  • Email confirmation uses the SSR token-hash flow.
  • Protected routes are enforced through Next.js proxy logic.
  • Progress sync APIs are already scaffolded behind authenticated requests.

Welcome back

Sign in

Use the same email and password you created through the signup flow.

Need an account first?

Start at /auth/sign-up, confirm your email, and then come back here.