TODOSupabase Auth config (dev)

  • Dashboard → Authentication → Providers → Email — keep Confirm email on for production-like signup (verification mail is sent via Resend)
  • Local shortcut — set CPA_SKIP_EMAIL_CONFIRM=true in .env.local to skip verification
  • Dashboard → URL Configuration — set Site URL to https://beforetax.net and add redirect /auth/callback
  • Production — set RESEND_API_KEY (+ optional RESEND_FROM_EMAIL) for CPA verify + team invite emails
Loading…