Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
351 views
in Technique[技术] by (71.8m points)

dart - Make Reset password with emal & token verification in flutter

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...