FlokiForge V1.0
Train the MVP auth loop.
This frontend is intentionally small. Sign in with Supabase, carry the access token in the browser session, and verify the backend returns data for the current user and location.
Route check
Calls `GET /api/v1/me` after login.
Coach view
Calls `GET /api/v1/members` with the same bearer token.