.NET Core Web API Jwt (JSON Web Token) Authentication with ASP.NET identity model
Recently I come across a requirement to create .NET Core Web API using JWT (JSON Web Token) authentication. I have used ASP.NET identity to provide a role-based authentication model. I have used .NET core 3.x to create this example. For the sake of simplicity, I… Read More ».NET Core Web API Jwt (JSON Web Token) Authentication with ASP.NET identity model