I'm currently developing a system with the following stack:
Now because of MembershipReboot support being expired, I decided to switch back to ASP.NET Core Identity.
How can I have the following stack?
Is this repo the way to go? Or any better alternative?
The Identity Server folk have suitable templates for this in their samples; https://github.com/IdentityServer/IdentityServer4.Samples
@blowdart
Those examples use EFCore. The OP was referring to EF6, which is my question as well. And in short, how do I implement a UserStore<User, TKey> untied to EF7.