We have a couple of applications build using .NET Framework and ASP.NET Identity System.
Now, we would like to create all new apps using ASP.NET Core and reuse the existing database and schema i.e. ASP.NET Identity System.
One solution which I think should work is by managing login/account activity in separate application.
How can we do this ?