configure-auth

Installation
SKILL.md

Configure Auth

Step 1 — Read AGENTS.md

Read AGENTS.md at the workspace root for the project's interactivity mode and scope before making changes.

Step 2 — Register auth services in Program.cs

// Program.cs (server project)
builder.Services.AddCascadingAuthenticationState();
builder.Services.AddAuthorization();

For ASP.NET Core Identity add the Identity services:

Installs
154
Repository
dotnet/skills
GitHub Stars
3.5K
First Seen
May 26, 2026
configure-auth — dotnet/skills