Create a Blazor Server Application
Explore how to create a basic Blazor Server application using both the .NET CLI and Visual Studio. Understand the setup process to prepare your application for Auth0 integration and secure authentication handling.
We'll cover the following...
We'll cover the following...
The application type
We’ll create an application based on the .NET project template provided with the .NET CLI and Visual Studio. Since we are focusing on the integration between Blazor applications and Auth0, we won’t require a complex application to understand the basics of this integration. The standard ...