feat: implement core authentication system with JWT guards, RBAC, and modular controller scaffolding

This commit is contained in:
azeeee05
2026-09-08 14:44:09 +05:30
parent bf3f987dce
commit 07845f2af5
40 changed files with 2534 additions and 14 deletions
+4
View File
@@ -8,3 +8,7 @@ DB_SSL=false
PORT=9501
CORS_ORIGIN=https://aruat.maskantech.in
NODE_ENV=uat
JWT_SECRET=aeroresolve_jwt_access_secret_key_uat_2026_@#!
JWT_REFRESH_SECRET=aeroresolve_jwt_refresh_secret_key_uat_2026_@#!
JWT_EXPIRES_IN=15m
JWT_REFRESH_EXPIRES_IN=7d