
Startup Application .Net 7 + User Management + JWT + Arabic Support + Full Source Code
Startup Application + User Management + JWT .Net 7.0 + Arabic Support + Full Source Code
Version v2.0
Introduction
Startup software incorporates many elements you have to to start out you new software like User administration module , audit path element , error log ,multitenant , supportarabic .
This net primarily based software is developed on .Net 7.0 utilizing ASP.Net Core, C#, Entity framework core, JavaScript, jQuery, JSON, Bootstrap, HTML, CSS and SQL Server.
Startup Application System has one default position [Admin] , and you’ll add limitless roles .
Framework: .Net 7.0
Features :
- Support English / Arabic
- Architecture : Clean Architecture
- Web Api software with JWT authentication for cell backend
- Full User Management Module
- Users [Create –Edit – Delete – Search]
- Roles [Create –Edit – Delete – Search]
- Policies [Create –Edit – Delete – Search]
- Authentication Settings
- Bind Pages with Policies , utilizing straightforward person interface
- Login
- Register
- Reset Password
- Error Log : utilizing NLog
- Audit path : log database actions [add – update -delete] and enterprise actions Like:[CreateOrder,UpdateOrder,etc]
- Multitenant:
- Samples Pages [Create –Edit – Delete – Search]
Quick Start Guide
How to Generate Database Tables
- Open [Package manager console] and within the [Default project] listing .. choose [Common.Persistance] mission
- Write the under instructions
- add-migration CreateCommon -context CommonDbContext
- update-database -context CommonDbContext
- Open [Package manager console] and within the [Default project] listing .. choose [UserManagement.Persistance] mission
- Write the under instructions
- add-migration CreateIdentification -context ApplicationDbContext
- update-database -context ApplicationDbContext
- Open [Package manager console] and within the [Default project] listing .. choose [NewApplication.Persistance] mission
- add-migration CreateNewApplication -context NewApplicationDbContext
- update-database -context NewApplicationDbContext
- Congratulations , simply run the mission .
Credentials
- User title : admin
- Password : P@ssw0rd
How to authenticate customers for cell software [JWT]
Send put up request to [ http://localhost:65304/api/Users/authenticate ]
with information in request physique as under
{
username”,
password “
}
The response will probably be like this
{
id”,
firstName,
lastName,
username”,
token“
}