-
ASP.NET Core Identity with JWT Token
•
9 min read
Hello everyone, in this blog post, I’m going to show you how to use the ASP.NET Core Identity framework with JWT tokens. We’ll create authentication and authorization support for our ASP.NET Core web API. First, let’s briefly explain authentication and authorization. Authentication is about verifying who we are, while authorization determines what we are allowed…