What is the WebAPI alternative for AddDefaultIdentity()?
When working with .NET identity in web APIs, you don’t find AddDefaultIdentity method to add identity to DI service.AddDefaultIdentity is a method found in Web UIs and not in APIs.
UserManager.GetUserAsync returns a null
I have two projects. Project 1 is a VB project, and Project 2 is a .NET Core MVC project.