From 67c56fce4531232d4d1527643ee72e36af3a6ac6 Mon Sep 17 00:00:00 2001 From: Marc Date: Sat, 24 Jan 2026 17:16:54 +0100 Subject: [PATCH] Require subscriber_jwt when publisher_jwt is set Added subscriber_jwt configuration requirement. Signed-off-by: Marc --- docs/mercure.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/mercure.md b/docs/mercure.md index 06b42c513f..25a619b878 100644 --- a/docs/mercure.md +++ b/docs/mercure.md @@ -19,6 +19,8 @@ localhost mercure { # The secret key used to sign the JWT tokens for publishers publisher_jwt !ChangeThisMercureHubJWTSecretKey! + # When publisher_jwt is set, you must set subscriber_jwt too! + subscriber_jwt !ChangeThisMercureHubJWTSecretKey! # Allows anonymous subscribers (without JWT) anonymous }