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
- Host: GitHub
- URL: https://github.com/angelodotnet/adminarea.identitybase
- Owner: AngeloDotNet
- License: mit
- Created: 2021-07-30T10:15:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-27T11:33:31.000Z (over 1 year ago)
- Last Synced: 2023-12-27T12:33:33.795Z (over 1 year ago)
- Topics: aspnetcore-identity, aspnetcoremvc, aspnetcorewebapi, entity-framework-core, example-project, net6
- Language: CSS
- Homepage:
- Size: 4.24 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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