https://github.com/brankobjelic/newidentity
Scaffolded ASP.NET Core Razor Pages app with customized ASP.NET Identity functionality and UI to meet a client's needs.
https://github.com/brankobjelic/newidentity
asp-net-core docker entity-framework-core identity mysql-database razor-pages
Last synced: 2 months ago
JSON representation
Scaffolded ASP.NET Core Razor Pages app with customized ASP.NET Identity functionality and UI to meet a client's needs.
- Host: GitHub
- URL: https://github.com/brankobjelic/newidentity
- Owner: brankobjelic
- Created: 2023-08-08T22:20:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-21T21:00:17.000Z (almost 3 years ago)
- Last Synced: 2025-08-31T21:42:35.074Z (10 months ago)
- Topics: asp-net-core, docker, entity-framework-core, identity, mysql-database, razor-pages
- Language: C#
- Homepage:
- Size: 893 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NewIdentity
Scaffolded ASP.NET Core Razor Pages app with customized ASP.NET Identity functionality and UI, to meet a client's needs.
Entity Framework ORM is used with MySQL database.
Features:
Created Admin and User roles.
Only an account with the Admin role can register a new account with the User role.
Only an account with the Admin role can delete an account.
Implemented logical deletion instead of physical deletion of users, so it can be undone.