ASP.NET Tips How to Secure ASP.NET Core Web API using API Key Authentication September 1, 2022 Andriy Kravets In this tutorial I will explain to you how to use API Key to secure your ASP.NET Core Web API in 2 different ways: Custom
ASP.NET Tips How to Enforce SSL and Use HSTS in .NET Core February 11, 2022February 11, 2022 Yury Sobolev In these series of posts, we will see how to secure your .Net Core applications. In this post, we will see how to enforce SSL to your .Net Core applications