Skip to content

Commit

Permalink
Add lobby bypass feature in jwt
Browse files Browse the repository at this point in the history
  • Loading branch information
d3473r committed Aug 28, 2024
1 parent f0830aa commit 03370dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ const sign = (firstName, lastName, email, avatar, allowedRoom) => {
"name": firstName + " " + lastName,
"email": email,
"avatar": avatar
},
"features": {
"token_bypass": true
}
},
"aud": "jitsi",
Expand Down

0 comments on commit 03370dd

Please sign in to comment.