Adding fallback to unauthenticated Jitsi

This commit is contained in:
David Négrier 2020-10-19 11:07:49 +02:00
parent 260b0ea408
commit 16d1c2354e
6 changed files with 30 additions and 8 deletions

View file

@ -612,7 +612,7 @@ class SocketManager {
"aud": "jitsi",
"iss": "meetworkadventure",
"sub": "coremeet.workadventu.re",
"room": "*"
"room": room
}, SECRET_JITSI_KEY, {
expiresIn: '1d',
algorithm: "HS256",