GitXplorerGitXplorer
D

BlazorIdentity

public
134 stars
10 forks
1 issues

Commits

List of commits on branch main.
Unverified
afefa6a96012e5245b6f8957b60d7f658b7a4345

Update auth state provider to not go under minimum revalidation interval

DDamianEdwards committed 3 years ago
Unverified
1dd45ed33059b4e2ec225a261a867ad52b4e5557

Wire-up Blazor Server app auth state revalidation to cookie auth revalidation interval

DDamianEdwards committed 3 years ago
Verified
f1d7f446a435f09e90913f5421dd35c2c13d77dc

Update README.md

DDamianEdwards committed 3 years ago
Unverified
0055afe34b66967d2b6687dcbf9572bf8ee82574

Profile page & change password

DDamianEdwards committed 3 years ago
Unverified
62ba05e8df78065db26f3b9c51198452c911b49c

Merge branch 'main' of https://github.com/DamianEdwards/BlazorIdentity

DDamianEdwards committed 3 years ago
Unverified
50cb3efb7216b0f0e454724b8ee238c40f8666bf

Add profile mangement page

DDamianEdwards committed 3 years ago

README

The README file for this repository.

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

image

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