Skip to content

Architecture

Musa Ahmed edited this page Jul 18, 2024 · 2 revisions
  • Blazor WASM + ASP.NET Core Minimal REST API
  • Allow user to use any server (let them set it before they log in)

Use localstorage or something to store this info. Also add a /ping endpoint to API to check if the server is valid https://github.com/Blazored/LocalStorage

  • Use Auth0 for WASM and API authentication (i think this removes the possibility of having roles but that's not really necessary anyways)

https://auth0.com/blog/securing-blazor-webassembly-apps/#Calling-the-Protected-API

Clone this wiki locally