← all plugins

Build Blazor Web App with Auth

curated by SkillMD · plugin · 4 skills

Install this pack to build a Blazor Web App with authentication and interactive components.

Install the whole plugin (CLI)
npx skillmds add dotnet/plan-ui-change npx skillmds add dotnet/configure-auth npx skillmds add dotnet/collect-user-input npx skillmds add dotnet/support-prerendering
⬇ Download

Skills in this plugin

  1. plan-ui-change · dotnet
    Plan complex Blazor UI features by decomposing them into focused, composable components with clear data flow and implementation order.
    4k
    repo stars
  2. configure-auth · dotnet
    Add authentication and authorization to a Blazor Web App, handling render modes, Identity pages, and auth state serialization.
    4k
    repo stars
  3. collect-user-input · dotnet
    Build forms, validate data, and react to user input in Blazor applications.
    4k
    repo stars
  4. support-prerendering · dotnet
    Fix interactive Blazor components that break during prerender: duplicate data loads, null references, UI flicker, and state loss. Persist state across the prerender-to-interactive handoff, disable prerendering, exclude pages from interactive routing, and detect prerender vs interactive at runtime.
    4k
    repo stars