I have an ASP.NET Core Web API project that requires X-API-Key
for all controllers.
Additionally, in some controllers I need to identify (authenticate) user. I want to use basic authentication.
How do I combine multiple authentication schemes using a logical AND?