8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca1aa1 commit b4fb9fbCopy full SHA for b4fb9fb
mercure.rst
@@ -116,7 +116,7 @@ MercureBundle provides a more advanced configuration configuration:
116
117
* ``secret``: the key to use to sign the JWT
118
* ``publish``: a list of topics to allow publishing to when generating the JWT
119
-* ``subscribe``: a list of topics to allow subscribing to when generating the JWT
+* ``subscribe``: a list of topics to allow subscribing to when generating the JWT (only usable when `secret`, or `factory` are provided )
120
* ``algorithm``: The algorithm to use to sign the JWT (only usable when `secret` is provided )
121
* ``provider``: The ID of a service to call to provide the JWT
122
* ``factory``: The ID of a service to call to create the JWT (all other options, beside `subscribe`, and `publish` will be ignored)
0 commit comments