This repository contains a Blazor Server application implementing a simple Quiz manager secured with Auth0.
The following article describes the implementation details: What is Blazor? A Tutorial on Building Web Apps with Authentication.
Clone the repo: git clone https://github.com/auth0-blog/blazor-quiz-manager.git
To run the Blazor Server application:
- Move to the
QuizManager
folder - Add your Auth0 credentials to the
appsettings.json
configuration file. - Type
dotnet run
in a terminal window to launch the Web API. - Point your browser to
https://localhost:7290
.
- .NET SDK 6.0 installed on your machine
- An Auth0 account.