feat(auth): auth config init

This commit is contained in:
2024-10-26 23:22:58 +02:00
parent f63795a9f1
commit 9fc39b0a0c
6 changed files with 163 additions and 4 deletions

View File

@@ -20,8 +20,10 @@
"typescript": "^5.6.2"
},
"dependencies": {
"@types/jsonwebtoken": "^9.0.7",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"jsonwebtoken": "^9.0.2",
"mysql2": "^3.11.3"
}
}