Asp.NET Identity 2 giving “Invalid Token” error
I encountered this problem and resolved it. There are several possible reasons. 1. URL-Encoding issues (if problem occurring “randomly”) If this happens randomly, you might be running into url-encoding problems. For unknown reasons, the token is not designed for url-safe, which means it might contain invalid characters when being passed through a url (for example, … Read more