fix: fetch XSRF token from /antiforgery/token before POST

This commit is contained in:
2026-07-01 09:51:30 -04:00
parent b76d39a75e
commit 215aad16e0
2 changed files with 36 additions and 30 deletions
-2
View File
@@ -19,7 +19,6 @@
"@solana/spl-token": "^0.4.14",
"@solana/web3.js": "^1.87.6",
"axios": "^1.6.2",
"axios-cookiejar-support": "^5.0.5",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
@@ -31,7 +30,6 @@
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.0",
"socket.io": "^4.7.3",
"tough-cookie": "^5.1.2",
"tweetnacl": "^1.0.3",
"ws": "^8.15.1"
},