fix issues in backend implementions,

auth endpoint now fetches all relevant backend tokens
This commit is contained in:
2024-01-17 20:21:55 +00:00
parent 1a8e804be1
commit a31d5a3336
6 changed files with 141 additions and 44 deletions

View File

@@ -13,6 +13,7 @@
"express": "^4.18.2",
"minimist": "^1.2.8",
"morgan": "^1.10.0",
"set-cookie-parser": "^2.6.0",
"ws": "^8.13.0"
},
"devDependencies": {