8000 [Mercure] Remove outdated authorization section · symfony/symfony-docs@7b27ade · GitHub
[go: up one dir, main page]

Skip to content

Commit 7b27ade

Browse files
authored
[Mercure] Remove outdated authorization section
1 parent 58e55a1 commit 7b27ade

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

mercure.rst

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff 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

208203
Basic Usage

0 commit comments

Comments
 (0)
0