MatthewKing / IdentityWithoutEF

A really simple example of how to get started using ASP.NET Identity without Entity Framework
MIT License
63 stars 23 forks source link

Implementation *with* EF in separate project #1

Open ardalis opened 7 years ago

ardalis commented 7 years ago

Have you done any work to implement this with EF, optionally, in another project? I'm looking for a way to decouple the identity implementation from the persistence choice, but still be able to swap between different persistence options with just a change to the dependency injection options.

MatthewKing commented 7 years ago

I haven't investigated something like that yet, but it's a pretty good idea. I'll look into it when I get some time. Or, if you come up with something, please let me know because I'd love to see how other people do it!

ardalis commented 7 years ago

Thanks. You might be interested in this discussion: https://github.com/aspnet/Identity/issues/883