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: Show more Installs 935 Repository dotnet/skills GitHub Stars 5.2K First Seen May 26, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
configure-auth
安装
npx skills add https://github.com/dotnet/skills --skill configure-auth