ASP.NET Tips How to Protect API Endpoints in ASP.NET Core November 24, 2023 Andriy Kravets I’ll demonstrate in this post how to use ASP.NET Core’s dynamic policies in conjunction with user permissions to secure your API endpoints. TL;DR I explained