AspNetCore.Identity.UserManager[9] VerifyUserTokenAsync() "code": "InvalidToken", – Asp.net
I am making api in .net 5 and implementing sending email confirmation after succesful registration. This one is killing me and can't see the reason why it returns Invalid Token. So here's my code: Startup.cs services.AddAuthentication ... ... ... services.AddIdentityCore<User>(config…