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:
193
193
194
194
{
195
195
"mercure" : {
196
- "publish" : []
196
+ "publish" : [" * " ]
197
197
}
198
198
}
199
199
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 `_.
206
201
Don't forget to set your secret key properly in the bottom of the right panel of the form!
207
202
208
203
Basic Usage
You can’t perform that action at this time.
0 commit comments