What is the latest recommendation for introducing Identity into your existing .NET Core 3.1 WebApi project using EF Core 3.1 DB First approach ? So after you scaffold database to create your objects in .net project, how do properly "insert" Identity tables ? The best solution I could find on this topic is an old SO post from almost 5y ago, so I'm wandering is there a new solution to this ?
Using Asp.Net Identity DataBase first approach
thanks