flask-password-reset

This is an example of how to establish a password reset utilizing JWT. First, an account needs to be created in the register page. Next, the user can reset their passwords by clicking on the reset password link. This sends an email to the email that was provided at login. The user can then click the link sent to them to reset their password.