Nogweii

Password resets using HMAC instead of database IDs

Is there a way to generate a cryptographic value that authenticates a request
without any stored ID in the database? Yes!

Details:

After implementing it, double-check OWASP’s cheatsheet.