File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -352,15 +352,15 @@ of the ``Update`` constructor to ``true``::
352
352
);
353
353
354
354
// Publisher's JWT must contain this topic, a URI template it matches or * in mercure.publish or you'll get a 401
355
- // Subscriber's JWT must contain this topic, a URI template it matches or or * in mercure.subscribe to receive the update
355
+ // Subscriber's JWT must contain this topic, a URI template it matches or * in mercure.subscribe to receive the update
356
356
$publisher($update);
357
357
358
358
return new Response('private update published!');
359
359
}
360
360
}
361
361
362
362
To subscribe to private updates, subscribers must provide to the Hub
363
- a JWT containing containing a topic selector matching by the update's topic.
363
+ a JWT containing a topic selector matching by the update's topic.
364
364
365
365
To provide this JWT, the subscriber can use a cookie,
366
366
or a ``Authorization `` HTTP header.
You can’t perform that action at this time.
0 commit comments