Using your own database schema and classes with ASP.NET Core Identity and Entity Framework Core
I’m going to walk you through configuring ASP.NET Core Identity to use your own database schema instead of the default tables and columns provided. Doing this only changes the schema, so it still allows you to rely on password hashing,…
Read more