Contents tagged with identity
-
URL encoding password reset or email confirmation tokens
- Thursday, September 29, 2016 9:44:00 AM
- No Comments
- asp.net, identity
Asp.Net Identity 2.0 makes it really easy to validate an email address by using the GenerateEmailConfirmationTokenAsync method. However I recently hit an issue where the simplest path, from the same …