Top
image credit: Adobe Stock

Introduction of Auth0 Templates for .NET

July 31, 2023

Via: InfoQ

Auth0 Templates for .NET offers pre-built project templates with integrated Auth0 support for authentication and authorization. Current templates include ASP.NET Core MVC, ASP.NET Core Web API, Blazor Server, and Blazor WebAssembly (hosted on ASP.NET Core) applications for the .NET 7 platform. The development process is simplified, enabling the creation of Auth0-integrated .NET projects through familiar approaches from built-in templates. The project is open-source.

The Auth0 Templates for the .NET project guarantee seamless compatibility across different development environments and operating systems. It is possible to use these templates with the preferred development tools. To install the Auth0 Templates for the .NET NuGet package, it is necessary to run the following command in a terminal window:

Read More on InfoQ