File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -193,16 +193,11 @@ MercureBundle provides a more advanced configuration:
193193
194194 {
195195 "mercure" : {
196- "publish" : []
196+ "publish" : [" * " ]
197197 }
198198 }
199199
200- Because the array is empty, the Symfony app will only be authorized to publish
201- public updates (see the authorization _ section for further information).
202-
203- The jwt.io website is a convenient way to create and sign JWTs.
204- Checkout this `example JWT `_, that grants publishing rights for all *topics *
205- (notice the star in the array).
200+ The jwt.io website is a convenient way to create and sign JWTs, checkout this `example JWT `_.
206201 Don't forget to set your secret key properly in the bottom of the right panel of the form!
207202
208203Basic Usage
You can’t perform that action at this time.
0 commit comments