Hi,
When users generate reset or confirmation tokens in ASP.NET Core, few users get the error invalid token.
I have tried encoding/decoding, and checked that the security stamp is null.
I also made sure that confirmation and reset aren't mixed so each code has it's correct method.
I have read several topics but couldn't find an answer yet.
Thank you