dotnet-blazor-auth

Installation
SKILL.md

dotnet-blazor-auth

Authentication and authorization across all Blazor hosting models. Covers AuthorizeView, CascadingAuthenticationState, Identity UI scaffolding, role/policy-based authorization, per-hosting-model auth flow differences (cookie vs token), and external identity providers.

Scope

  • Auth flow per Blazor hosting model (Server, WASM, Auto, SSR, Hybrid)
  • AuthorizeView and CascadingAuthenticationState patterns
  • Identity UI scaffolding and customization
  • Role/policy-based authorization in Blazor
  • Client-side token handling and external identity providers
  • Explicit login/logout/auth UI implementation tasks for Blazor apps

Out of scope

  • JWT token generation and validation -- see [skill:dotnet-api-security]
  • OWASP security principles -- see [skill:dotnet-security-owasp]
  • CSRF/XSS/CSP/rate-limiting hardening without auth-flow work -- see [skill:dotnet-security-owasp]
  • Hardening-only reviews of existing login pages without auth-flow implementation changes -- see [skill:dotnet-security-owasp]
Related skills

More from novotnyllc/dotnet-artisan

Installs
4
GitHub Stars
208
First Seen
Feb 24, 2026