Securing ASP.NET Core Web API using JWT In this example you will learn how to secure your ASP.NET Core Web API using JWT (Json Web Token) and signing using: HMAC with SHA-256 (HS256) RSA signature with SHA-256 (RS256)