- Replace custom JWT parser with jsonwebtoken library (timing-safe HMAC) - Prefer Authorization header over URL query for token extraction - Add jsonwebtoken + @types/jsonwebtoken to server dependencies Co-Authored-By: Paperclip <noreply@paperclip.ing>
9 lines
144 B
JSON
9 lines
144 B
JSON
{
|
|
"dependencies": {
|
|
"@types/jsonwebtoken": "^9.0.10",
|
|
"@types/ws": "^8.18.1",
|
|
"jsonwebtoken": "^9.0.3",
|
|
"ws": "^8.20.0"
|
|
}
|
|
}
|