Add Email verification to the sign up flow This requires access to MongoDB. If you don't have access, let Xavier know.
Acceptance Criteria:
- When you click "Sign up" after entering all correct fields, send an email to the user to validate their email.
- If the user types in the correct email code, display a Toast Message that says "User successfully added and verified".
- If the user doesn't type in the correct code, display a Toast Message that says "User could not be verified".
- Remove any past toast messages and logic that adds a user without email verification.
Links and Resources:
MongoDB Authentication Tutorial
Notes
This will require some independent research to debug. I've added the necessary Realm dependencies, but they may be outdated by the time you get to this ticket. Ping Xavier if you have any questions!
Add Email verification to the sign up flow This requires access to MongoDB. If you don't have access, let Xavier know.
Acceptance Criteria:
Links and Resources:
MongoDB Authentication Tutorial
Notes
This will require some independent research to debug. I've added the necessary Realm dependencies, but they may be outdated by the time you get to this ticket. Ping Xavier if you have any questions!