UserManager CheckPassword() rehash the password in .net core 3.1 and can’t sign in from asp.net MVC Project
I’m using asp.net Identity for signing in users in asp.net MVC Project and It’s working fine.
I’ve created new .net core 3.1 API project and used the Microsoft.Extensions.Identity.Core for checking usernames and passwords to generate tokens.