Auth
Account Access Preview
Placeholder-safe Phase 1 foundation for sign-in, profile completion, and contest-entry return paths.
Google Sign In
Primary low-friction sign-in path for preserving contest-entry intent.
Redirect target: https://www.pickrankgames.com/auth/callback
Email Fallback
Keep magic-link access available, but use custom SMTP before relying on it in production.
Production note: Supabase's built-in sender is rate-limited. Configure custom SMTP for dependable email fallback.
Before Paid Entry
Future paid contests require a verified account, eligibility checks, and payment review before entry creation.
New users complete a username step after sign-in before returning to contest entry.
Google is the fast path. Email remains the fallback once custom SMTP is configured in Supabase.
Review How It Works