This repository contains a Blazor Web application with Interactive Auto render mode secured with Auth0.
The following article describes the implementation details: Add Auth0 Authentication to Blazor Web Apps.
Clone the repo: git clone https://github.com/auth0-blog/blazor-interactive-auto.git
To run the Blazor Web application:
- Move to the
BlazorIntAuto
folder - Add your Auth0 credentials to the
appsettings.json
configuration file. - Type
dotnet run --launch-profile https
in a terminal window. - Point your browser to
https://localhost:7255
.
- .NET SDK 8.0 installed on your machine
- An Auth0 account.