We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f34c6f commit 0f74f28Copy full SHA for 0f74f28
docs/source/control_re_manager.rst
@@ -444,3 +444,7 @@ Message format for system info messages::
444
For example, the following format is used for status messages::
445
446
{"time": <timestamp>, "msg": {"status": {<RE-Manager-status>}}}
447
+
448
+Websockets support authentication using API keys. If a client is using tokens to access API,
449
+the client must request a short-lived API key and use it to connect to the websocket.
450
+Once the connection is established, the client should revoke the API key.
0 commit comments