Build signup/login flow
TaskCompleted
Implement the chosen account creation approach from the account-creation-approach decision.
Scope
- Create signup page if needed (may extend existing
/login) - Configure Supabase Auth providers per decision
- Handle email verification if required
- Redirect flow after signup
Existing code
/loginpage exists with email/password + magic link- Supabase Auth already configured
- OAuth consent flow exists for MCP clients