From adb4e32c274255f123d153b66f23331b2cac5b61 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Fri, 5 Sep 2025 08:22:03 +0000 Subject: [PATCH] mode/jwt.sh: fix typos on token generation. (#129) Reviewed-on: https://forge.switnet.net/switnet/quick-jibri-installer/pulls/129 Co-authored-by: Ark74 Co-committed-by: Ark74 --- mode/jwt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mode/jwt.sh b/mode/jwt.sh index 20a1e98..1d93938 100644 --- a/mode/jwt.sh +++ b/mode/jwt.sh @@ -125,7 +125,7 @@ echo -e "You can test JWT authentication with the following token for the next 2 python3 tools/jwt/jitsi_token_maker_features.py \ --app-id "$APP_ID" --secret "$SECRET_APP" \ --domain "$DOMAIN" --room "$ROOM" \ - --username "Moderator Token Test User" + --user-name "Moderator Token Test User" \ --moderator --features-all \ --minutes 120 --nbf-offset 300 --include-iat \ --url "https://$DOMAIN/"