Skip to content

Blazor WebAssembly template

No due date 0% complete

Project template for a Blazor WebAssembly application to serve as the web frontend of the current backend generated by Monaco.

It should comply with the following requirements:

  • Authentication to login against something similar the monaco-solution template uses (a generic OpenId Connect identity provider like Keycloak).
  • A base service abstraction for comm…

Project template for a Blazor WebAssembly application to serve as the web frontend of the current backend generated by Monaco.

It should comply with the following requirements:

  • Authentication to login against something similar the monaco-solution template uses (a generic OpenId Connect identity provider like Keycloak).
  • A base service abstraction for communicating against the API with some basic parameterization.
  • A basic CRUD implementation for the existing monaco-solution API.
  • Cross-application concerns like error handling, busy display, state management, etc.
Loading