feat(auth): basic token validation for login + minor improvements on utils

This commit is contained in:
2024-10-27 01:40:10 +02:00
parent 9fc39b0a0c
commit 946c2f3c56
10 changed files with 667 additions and 24 deletions

View File

@@ -20,7 +20,9 @@
"typescript": "^5.6.2"
},
"dependencies": {
"@types/bcrypt": "^5.0.2",
"@types/jsonwebtoken": "^9.0.7",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"jsonwebtoken": "^9.0.2",