
Startup Application .Net 5 + User Management + JWT + Arabic Support + Full Source Code

Description
Startup Application + User Management + JWT .Net 5.0 + Arabic Support + Full Source Code
Version v1.0
Introduction
Startup application contains many components you will need to start you new application like User management module , audit trail component , error log ,multitenant , supportarabic .
This web based application is developed on .Net 5.0 using ASP.Net Core, C#, Entity framework core, JavaScript, jQuery, JSON, Bootstrap, HTML, CSS and SQL Server. Startup Application System has one default role , and you can add unlimited roles .
Framework: .Net 5.0
Features :
- Support English / Arabic
- Architecture : Clean Architecture
- Web Api application with JWT authentication for mobile backend
- Full User Management Module
- Users
- Roles
- Policies
- Authentication Settings
- Bind Pages with Policies , using easy user interface
- Login
- Register
- Reset Password
- Error Log : using NLog
- Audit trail : log database actions and business actions Like:[CreateOrder,UpdateOrder,etc]
- Multitenant:
- Samples Pages
Quick Start Guide
How to Generate Database Tables
- Open and in the list .. select [Common.Persistance] project
- Write the below commands
- add-migration CreateCommon -context CommonDbContext
- update-database -context CommonDbContext
- Open and in the list .. select [UserManagement.Persistance] project
- Write the below commands
- add-migration CreateIdentity -context ApplicationDbContext
- update-database -context ApplicationDbContext
- Open and in the list .. select [NewApplication.Persistance] project
- add-migration CreateNewApplication -context NewApplicationDbContext
- update-database -context NewApplicationDbContext
- Congratulations , just run the project .
Credentials
- User name : admin
- Password : P@ssw0rd
How to authenticate users for mobile application
Send post request to [ ]
with data in request body as below
{
username”,
password “
}
The response will be like this
{
id”,
firstName,
lastName,
username”,
token“
}
External listing. code.market does not sell this product and does not process payment for it. Pricing, payment, delivery, licensing, refunds, and support are handled by the third-party merchant on its own website. We may earn an affiliate commission from a referral. Details.