feat:token验证

This commit is contained in:
2025-11-01 19:20:48 +08:00
parent 6facd5f6cc
commit 78f7995d8a
7 changed files with 137 additions and 18 deletions

View File

@@ -17,11 +17,13 @@
"@tsconfig/node22": "^22.0.2",
"@types/express": "^5.0.5",
"@types/jsonwebtoken": "^9.0.10",
"@types/pg": "^8.15.6",
"typescript": "^5.9.3"
},
"dependencies": {
"express": "^5.1.0",
"jsonwebtoken": "^9.0.2",
"pg": "^8.16.3",
"socket.io": "^4.8.1"
}
}