Introduction Safety is one of the major concerns when creating APIs, in the end, we all want our solutions to be safe for our users. Otherwise, why should they use our applications, websites, apps, etc?! Today, I’m going to walk you through how to implement authentication with JWT (JSON Web Token) in ASP.NET Core to protect your APIs. What is JWT and why use it? JWT (JSON Web Token) is a RFC open...