An open API service indexing awesome lists of open source software.

https://github.com/angelodotnet/adminarea.identitybase

MVC Core project example with identity scaffolder authentication and graphics managed by a bootstrap template
https://github.com/angelodotnet/adminarea.identitybase

aspnetcore-identity aspnetcoremvc aspnetcorewebapi entity-framework-core example-project net6

Last synced: 5 months ago
JSON representation

MVC Core project example with identity scaffolder authentication and graphics managed by a bootstrap template

Awesome Lists containing this project

README

        

## Admin Area - Identity Base
Esempio di progetto MVC Core con autenticazione mediante Identity scaffolder e grafica gestita da un template bootstrap

## Comando per lo scaffolding di Identity
dotnet aspnet-codegenerator identity --files "Account._StatusMessage;Account.AccessDenied;Account.ConfirmEmail;Account.ConfirmEmailChange;Account.ForgotPassword;Account.ForgotPasswordConfirmation;Account.Lockout;Account.Login;Account.Logout;Account.Manage._Layout;Account.Manage._ManageNav;Account.Manage._StatusMessage;Account.Manage.ChangePassword;Account.Manage.DeletePersonalData;Account.Manage.DownloadPersonalData;Account.Manage.Email;Account.Manage.Index;Account.Manage.PersonalData;Account.Manage.SetPassword;Account.Register;Account.RegisterConfirmation;Account.ResetPassword;Account.ResetPasswordConfirmation" --dbContext AdminArea_IdentityBase.Models.Services.Infrastructure.AdminAreaDbContext --useSqLite