auth0-blog / secure-blazor-wasm-quiz-manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains a Blazor WebAssembly application implementing a simple Quiz manager secured by Auth0.

The implementation details are described in the following article: Securing Blazor WebAssembly Apps


Technology

This project uses the following technologies:

Running the Application

To run this project, follow these steps:

  1. Clone this repository (git clone https://github.com/auth0-blog/secure-blazor-wasm-quiz-manager.git)

  2. Register the Blazor WebAssembly client with Auth0

  3. Move to the secure-blazor-wasm-quiz-manager/Client/wwwroot folder in your machine and edit the appsettings.json configuration file by filling the Auth0 required parameters

  4. Register the API with Auth0

  5. Move to the secure-blazor-wasm-quiz-manager/Server folder in your machine and edit the appsettings.json configuration file by filling the Auth0 required parameters

  6. Move to the root folder of the project and run the following command in a terminal window:

    dotnet run --project Server
  7. Now, point your browser to https://localhost:7291. You should be able to authenticate and access the application

About


Languages

Language:HTML 47.7%Language:CSS 29.0%Language:C# 23.3%