Handle Verification
Implementing Forgot Password and Reset Password Flows
π¨βπΌ With the changes π§ββοΈ Kellie made, we
now have some nice utilities to streamline our verification process in general.
So in this exercise, you need to:
- Add a
'reset-password'verification type to - Use some of the utilities from in to get the verification code set up to email the user
- Implement the
handleVerificationfunction in to handle what happens after the user has successfully verified their ownership of the account. - Call the
handleVerificationin .
Once your done, the user should be able to get to the password reset page.
Good luck!




