Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Commit 24d38a5

Browse files
authored
Merge pull request #473 from internxt/fix/remove-password-from-token
[PB-4503?] fix: remove network password from token
2 parents 965cb4e + d43b4ac commit 24d38a5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/app/middleware/passport.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ function getNewTokenPayload(userData, customIat) {
3939
sharedWorkspace: true,
4040
networkCredentials: {
4141
user: userData.bridgeUser,
42-
pass: userData.userId,
4342
},
4443
},
4544
iat: customIat ?? getDefaultIAT(),

0 commit comments

Comments
 (0)