AspNetIdentity
AspNetIdentity copied to clipboard
Entity Framework Core storage provider
I'm trying to migrate parts of my application to .net core instead of everything at once. I'd like to try moving from EF to EF Core now but can't because of ASP.NET Identity relying it. Are there any EF Core storage providers for ASP.NET Identity? I haven't had much luck searching for one because of the similar names.
I'm not sure there are any existing providers but you should be able to implement your own identity store using EF Core