News

This tutorial series demonstrates how to protect an ASP.NET Core web API with the Microsoft identity platform to limit it's access to only authorized users and client apps. The web API you build uses ...
The latest release of .NET 8 Release Candidate 2 brings a lot of additions and changes to ASP.NET Core. This release is planned to be the last one before the final version of .NET 8 is released.
In this repository, you will find an ASP.NET Core WebAPI application that implements JWT authentication and a .NET MAUI application that consumes the protected WebAPI.. The WebAPI application is based ...