From 01a33d150f24f03cdea1c90a3403552512efac75 Mon Sep 17 00:00:00 2001 From: Min RK Date: Mon, 1 Aug 2022 13:28:13 +0200 Subject: [PATCH] Remove outdated cookie-secret note in security docs this was true when we used shared cookie auth long ago --- docs/source/getting-started/security-basics.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/source/getting-started/security-basics.rst b/docs/source/getting-started/security-basics.rst index 87007311..661b3832 100644 --- a/docs/source/getting-started/security-basics.rst +++ b/docs/source/getting-started/security-basics.rst @@ -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