fix: auth.js на jsonwebtoken (CJS) вместо jose (ESM)

This commit is contained in:
2026-05-30 08:45:21 +03:00
parent 28b8e7bd27
commit 2fb4548bf6
3 changed files with 152 additions and 82 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"express": "^4.21.1",
"jose": "^6.2.3",
"jsonwebtoken": "^9.0.3",
"pg": "^8.13.1"
}
}