add: added auth to the api

This commit is contained in:
Lukian 2025-04-22 12:10:22 +02:00
parent 6017eb9d1f
commit 217c763abd
8 changed files with 790 additions and 279 deletions

View file

@ -11,13 +11,12 @@
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.5",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"https": "^1.0.0",
"jsonwebtoken": "^9.0.2"
"jsonwebtoken": "^9.0.2",
"mysql": "^2.18.1",
"sha256": "^0.2.0"
}
}