Skip to content

Commit 69e9ead

Browse files
committed
fix: fixing the authentication flow
1 parent 580e4e4 commit 69e9ead

File tree

12 files changed

+835
-93
lines changed

12 files changed

+835
-93
lines changed

backend/package-lock.json

Lines changed: 301 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"author": "",
1212
"license": "MIT",
1313
"dependencies": {
14+
"@types/socket.io": "^3.0.1",
1415
"bcryptjs": "^3.0.2",
1516
"body-parser": "^1.20.2",
1617
"cookie-parser": "^1.4.7",
@@ -22,6 +23,8 @@
2223
"morgan": "^1.10.0",
2324
"nodemailer": "^7.0.9",
2425
"nodemon": "^3.1.10",
26+
"socket.io": "^4.8.1",
27+
"socket.io-client": "^4.8.1",
2528
"uuid": "^13.0.0",
2629
"winston": "^3.18.3"
2730
},

0 commit comments

Comments
 (0)