+ 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?
1 Odpowiedź
+ 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.