ASP.NET Core 6: Trouble Passing Multiple Authentication Schemes for Different Endpoints
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-06-14
asp.net-core authentication jwt cookie-authentication
I'm implementing an API using ASP.NET Core 6 where I need to secure different endpoints with different authentication schemes, specifically JWT for most endpoin...