I made the forgot password function where when the user forgets the password, only sends the registered email address, and then a link to reset the password will be sent to the user's email with the format: email & token (https://app_android.page.link/[email protected]&token=tg7EpOXpFpej% 2FzeFENGN0m7M7mQE% 2BEhrKQc5HGwV1O0%3D).
When the link is clicked, the user will be taken to the password change page, and the user only needs to enter a new password and confirm the password. But I am confused about how to include the email and token on the password change page on Flutter, because the body must contain the email, token, password and password confirmation.
the question is how do i make the token and email for password change verification include in the password reset page, and the user only needs to enter a new password and confirm a new password?
thanks for the help......
question from:
https://stackoverflow.com/questions/65878484/make-reset-password-with-emal-token-verification-in-flutter 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…