Joche.MudBlazor.Keycloak.Interactive.Template 1.0.2

dotnet new install Joche.MudBlazor.Keycloak.Interactive.Template::1.0.2
                    
This package contains a .NET Template Package you can call from the shell/command line.

MudBlazor Interactive with Keycloak Authentication Template

This NuGet package provides a dotnet new template for creating Blazor Interactive apps with MudBlazor UI and Keycloak authentication.

Install

dotnet new install MudBlazor.Keycloak.Interactive.Template

Create a New Project

dotnet new mudkeycloak -n MyApp `
  --KeycloakAuthority "http://localhost:8080/realms/my-realm" `
  --KeycloakClientId "my-client-id" `
  --KeycloakClientSecret "my-client-secret"

Features

  • MudBlazor Material Design components
  • Keycloak OpenID Connect authentication
  • Interactive render modes (Server, WebAssembly, Auto)
  • Clean Server/Client/Shared architecture
  • Documentation included under Docs/

Notes

  • The template replaces Keycloak settings in appsettings.json with the values you pass.
  • You can change them anytime after creation.

Uninstall

dotnet new uninstall MudBlazor.Keycloak.Interactive.Template

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.2 311 10/20/2025

Version 1.0.1:
     - Public NuGet release
     - Packaging fixes (readme mapping) and metadata cleanup
     
     Version 1.0.0:
     - Initial release
     - Support for Blazor .NET 9.0
     - MudBlazor 8.x integration
     - Keycloak authentication with configurable parameters
     - Interactive render modes (Server, WASM, Auto)
     - Comprehensive documentation included