Search⌘ K
AI Features

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.

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 ...