Best way to implement 'Forget password?' | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Best way to implement 'Forget password?'

I am planning to implement forget password functionality without any frameworks. What would be the best way to do that using the user's email? Any idea?

29th Oct 2020, 1:39 PM
Dimuthu Dhanushka
Dimuthu Dhanushka - avatar
1 Answer
+ 3
Normally you should generate a JWT token with a short life span. You can google more on the details on JWT. If there is no specific reason to do otherwise, it is wise to search Packagist for a ready made JWT authentication component to install.
29th Oct 2020, 1:59 PM
Ore
Ore - avatar