AspNetIdentity icon indicating copy to clipboard operation
AspNetIdentity copied to clipboard

Entity Framework Core storage provider

Open xt0rted opened this issue 7 years ago • 1 comments

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.

xt0rted avatar May 06 '18 04:05 xt0rted

I'm not sure there are any existing providers but you should be able to implement your own identity store using EF Core

HaoK avatar Jun 20 '18 08:06 HaoK