Added auth

This commit is contained in:
2024-09-18 16:51:18 +08:00
parent 2a7fca4cd1
commit 4c47eee439
4 changed files with 816 additions and 5 deletions
+4
View File
@@ -9,7 +9,11 @@
"author": "F04C, Michael, Ronmel",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"jsonwebtoken": "^9.0.2",
"mysql": "^2.18.1",
"mysql2": "^3.11.3"
},