📧 Email Authentication
Set up email authentication for your ExpoBase app.
1. Disable Email Confirmation in Supabase
- Go to your Supabase Dashboard
- Select your project
- Go to Authentication → Settings
- Under User Signups, disable "Enable email confirmations"
- 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 logicapp/(auth)
folder - Login/signup screens
📧 Email Authentication Ready ✅
Users can now sign in with email and password!