We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c1387 commit 3ca1aa1Copy full SHA for 3ca1aa1
mercure.rst
@@ -117,7 +117,7 @@ MercureBundle provides a more advanced configuration configuration:
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
120
-* ``algorithm``: The algorithm to use to sign the JWT
+* ``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)
123
* ``value``: the raw JWT to use (all other options will be ignored)
0 commit comments