So, I’ve been working on a project for about 8 months now, and was thinking of changing the Authentication system from my own written to Auth0, but how would It work with ASP.NET Core Web API?
Is it possible to have a /api/login endpoint, that redirects to auth0’s login page, and returns a token If successfully logged in?