feat: Added authentication system and configManager bases

fix: Fixed some errors related to users
This commit is contained in:
Gu://em_ 2025-03-31 17:00:28 +02:00
parent 491f16b8f9
commit 575efff1cb
14 changed files with 681 additions and 21 deletions

View file

@ -13,15 +13,18 @@
"license": "ISC",
"packageManager": "pnpm@10.5.2",
"dependencies": {
"bcrypt": "^5.1.1",
"better-sqlite3": "^11.9.1",
"dompurify": "^3.2.4",
"express": "^4.21.2",
"jsdom": "^26.0.0",
"jsonwebtoken": "^9.0.2",
"marked": "^15.0.7",
"mysql": "^2.18.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"bcrypt",
"better-sqlite3"
]
},