Build a Blazor WebAssembly Application
Explore creating a Blazor WebAssembly application using the .NET CLI, understanding its structure and hosted Web API setup. Learn to integrate and secure the app with Auth0, preparing you to build efficient client-side applications that communicate securely with server APIs.
We'll cover the following...
We'll cover the following...
In this section, we will create a new Blazor WebAssembly application and get familiar with it.
The application type
We’ll build a new Blazor WebAssembly application using the .NET project template included with the .NET CLI. This allows us to focus on the basic principles of the integration with Auth0. For our requirements, the ...