SkillAgentSearch skills...

BlazorIdentity

An exploration of recreating the ASP.NET Core Identity UI functionality in Blazor components.

Install / Use

/learn @DamianEdwards/BlazorIdentity
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Blazor Identity

What is this?

An exploration of recreating the ASP.NET Core Identity UI functionality in Blazor components.

Currently supports the following operations in Blazor Server apps:

  • Registering a new user
  • Logging in
  • Logging out
  • Updating profile (telephone number)
  • Changing password
<img width="1000" alt="image" src="https://user-images.githubusercontent.com/249088/177449167-a19c3efa-6a24-4e5d-ada4-1ddf617c9643.png">

Requirements

This solution currently uses a daily .NET 7 SDK main build (see exact min-version required in the global.json). You can grab such a build from https://github.com/dotnet/installer

TODO

  • New account confirmation
  • Account lockout
  • 2FA login (TOTP)
  • Password recovery
  • Social (external) login
  • Blazor WebAssembly support (via API)
  • Data download
  • Delete account

Related Skills

View on GitHub
GitHub Stars137
CategoryDevelopment
Updated5mo ago
Forks10

Languages

C#

Security Score

92/100

Audited on Oct 12, 2025

No findings