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 b4fb9fb commit ec87085Copy full SHA for ec87085
mercure.rst
@@ -115,7 +115,7 @@ In addition to these environment variables,
115
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
+* ``publish``: a list of topics to allow publishing to when generating the JWT (only usable when `secret`, or `factory` are provided )
119
* ``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
0 commit comments