Using Basic Authentication and JWT Token Authentication both in a .Net Core Web API Application
I have a .Net Core web API application currently using JWT Token Authentication approach. there is a requirement to provide some APIs to a exnternal integration with Basic Authentication approach. How can I acheive both options in a single .Net Core Web API solution?