How to setup dual authentication(Cookie and JWT) in ASP.NET Core?
I have a ASP.NET Core Razor project and using it for web till now. We want to extend capabilities and use APIs for mobile application.
How to setup JWT and Cookie authentication working together in the same ASP .NET Razor project without need to writing new APIs or wrapping it?
Need assistance on it.