In this article let's look at configuring the JWT bearer authentication header in the service pipeline by injecting a strongly typed configuration class.
Let me share a piece of my experience in the various issues I faced with setting up Swagger in my ASP.NET Core API, while upgrading it from the legacy aspnetcore2.2 to the most recent aspnetcore3.1 SDK
Although released around a month ago, its until recently that the market has started to embrace the third major release of the open source dotnet framework, which brings in some major changes internally. Let's talk about how I was able to upgrade my existing web application running dotnet core 2.2 to dotnet core 3.0 while having a first hand experience of the new framework at hand.