Secure .NET CORE 6 Web API with JWT from Duende IdentityServer
Introduction
Recently, I upgraded the Visual Studio template OnionAPI to work with Visual Studio version 2022 and .NET 6. Developers can leverage the OnionAPI template to quickly scaffold an advanced C# REST API project with boilerplate code for CRUD, pagination, filter, etc. For Web API security, the scaffolded project contains sample code to work…