Tagged Questions
18
votes
3answers
4k views
What are best practices for activation/registration/password-reset links in emails with nonce
Applications send out emails to verify user accounts or reset a password. I believe the following is the way it should be and I am asking for references and implementations.
If an application has to ...