https://github.com/angelodotnet/blazor.aspnetcoreidentity
Project migrated to .NET 6 coming soon
https://github.com/angelodotnet/blazor.aspnetcoreidentity
coming-soon hacktoberfest hacktoberfest-accepted net5 net6
Last synced: about 2 months ago
JSON representation
Project migrated to .NET 6 coming soon
- Host: GitHub
- URL: https://github.com/angelodotnet/blazor.aspnetcoreidentity
- Owner: AngeloDotNet
- License: mit
- Created: 2022-01-31T09:20:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-30T22:22:46.000Z (almost 3 years ago)
- Last Synced: 2026-03-28T08:21:45.304Z (3 months ago)
- Topics: coming-soon, hacktoberfest, hacktoberfest-accepted, net5, net6
- Language: C#
- Homepage:
- Size: 668 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Demo Blazor Authentication
Demo application developed in Blazor Web Assembly with the help of SQL Server database
## Scaffolding Database
> Initial database scaffolding

> Database scaffolding following the ApplicationUser change ([view this commit](https://github.com/AepServerNet/DemoBlazorAuthentication/commit/4a351944121f348647c88cbca7a4c678a53fefaf))

## Scaffolding ASP.NET Core Identity
dotnet aspnet-codegenerator identity --files "Account._StatusMessage;Account.AccessDenied;Account.ConfirmEmail;Account.ConfirmEmailChange;Account.ExternalLogin;Account.ForgotPassword;Account.ForgotPasswordConfirmation;Account.Lockout;Account.Login;Account.LoginWith2fa;Account.LoginWithRecoveryCode;Account.Logout;Account.Manage._Layout;Account.Manage._ManageNav;Account.Manage._StatusMessage;Account.Manage.ChangePassword;Account.Manage.DeletePersonalData;Account.Manage.Disable2fa;Account.Manage.DownloadPersonalData;Account.Manage.Email;Account.Manage.EnableAuthenticator;Account.Manage.ExternalLogins;Account.Manage.GenerateRecoveryCodes;Account.Manage.Index;Account.Manage.PersonalData;Account.Manage.ResetAuthenticator;Account.Manage.SetPassword;Account.Manage.ShowRecoveryCodes;Account.Manage.TwoFactorAuthentication;Account.Register;Account.RegisterConfirmation;Account.ResetPassword;Account.ResetPasswordConfirmation" --dbContext DemoBlazorAuthentication.Server.Models.Services.Infrastructure.ApplicationDbContext
## Note
This project was created using the Visual Studio 2022 Community Edition wizard, choosing the "App WebAssembly Blazor" project model, then choosing the .NET 5.0 framework, ticked the 2 flags below: Configure for HTTPS and Hosted ASP.NET Core)
## License
