ASP.NET Core Web API Authentication Method Switch Between JWT & Window Authentication
I build an app that used JWT for authentication, I need to add windows authentication as other method, to switch between both, as customer need.
I build an app that used JWT for authentication, I need to add windows authentication as other method, to switch between both, as customer need.