Skip to content

📧 Email Authentication

Set up email authentication for your ExpoBase app.

1. Disable Email Confirmation in Supabase

  1. Go to your Supabase Dashboard
  2. Select your project
  3. Go to AuthenticationSettings
  4. Under User Signups, disable "Enable email confirmations"
  5. Click Save

Now users can create accounts directly without email confirmation.

2. Ready to Use

Email authentication is already implemented! Users can:

  • ✅ Sign up with email/password
  • ✅ Sign in with email/password
  • ✅ Reset password
  • ✅ Auto login on app restart

Check the implementation in:

  • AuthContext - Authentication logic
  • app/(auth) folder - Login/signup screens

📧 Email Authentication Ready

Users can now sign in with email and password!