Remove outdated cookie-secret note in security docs

this was true when we used shared cookie auth long ago
This commit is contained in:
Min RK
2022-08-01 13:28:13 +02:00
parent 28b11d2165
commit 01a33d150f

View File

@@ -183,12 +183,6 @@ itself, ``jupyterhub_config.py``, as a binary string:
c.JupyterHub.cookie_secret = bytes.fromhex('64 CHAR HEX STRING')
.. important::
If the cookie secret value changes for the Hub, all single-user notebook
servers must also be restarted.
.. _cookies:
Cookies used by JupyterHub authentication