update user, auth, token, roles, done

This commit is contained in:
2024-11-26 23:58:38 +07:00
parent 6e71588f91
commit 9608e96401
27 changed files with 1842 additions and 152 deletions

View File

@ -18,10 +18,13 @@
"compression": "^1.7.5",
"config": "^3.3.12",
"cors": "^2.8.5",
"dayjs": "^1.11.13",
"express": "^4.21.1",
"express-jwt": "^8.4.1",
"helmet": "^8.0.0",
"i": "^0.3.7",
"joi": "^17.13.3",
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.0",
"npm": "^10.9.1",
"pg": "^8.13.1",
@ -30,7 +33,8 @@
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"tslog": "^4.9.3",
"typeorm": "^0.3.20"
"typeorm": "^0.3.20",
"ua-parser-js": "^2.0.0"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",