From 702b761fa338fe4fa716132d94c4e8bfb74341f4 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Thu, 6 May 2021 01:58:58 -0500 Subject: [PATCH] Last tweaks on JWT --- mode/jwt.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mode/jwt.sh b/mode/jwt.sh index 30ba712..a19aa41 100644 --- a/mode/jwt.sh +++ b/mode/jwt.sh @@ -42,6 +42,9 @@ sed -i "s|c2s_require_encryption = true|c2s_require_encryption = false|" $PROSOD sed -i "$SRP_STR,$SRP_END{s|authentication = \"anonymous\"|authentication = \"token\"|}" $PROSODY_FILE sed -i "s|--app_id=\"example_app_id\"|app_id=\"$APP_ID\"|" $PROSODY_FILE sed -i "s|--app_secret=\"example_app_secret\"|app_secret=\"$SECRET_APP\"|" $PROSODY_FILE +sed -i "/app_secret/a \\\\" $PROSODY_FILE +sed -i "/app_secret/a \ \ \ \ allow_empty_token = false" $PROSODY_FILE +sed -i "/app_secret/a \\\\" $PROSODY_FILE sed -i "/app_secret/a \ \ \ \ asap_accepted_issuers = { \"$APP_ID\" }" $PROSODY_FILE sed -i "/app_secret/a \ \ \ \ asap_accepted_audiences = { \"$APP_ID\", \"RocketChat\" }" $PROSODY_FILE sed -i "/app_secret/a \\\\" $PROSODY_FILE