From c952e438e50d94676bb38ec0b8fa4bcc0a7a8480 Mon Sep 17 00:00:00 2001 From: Dean Summers <34026440+sunnydean@users.noreply.github.com> Date: Tue, 8 Jul 2025 13:07:36 +0100 Subject: [PATCH] Update authentication.rst --- docs/source/authentication.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/authentication.rst b/docs/source/authentication.rst index 344a6869..baeb37aa 100644 --- a/docs/source/authentication.rst +++ b/docs/source/authentication.rst @@ -94,8 +94,8 @@ Then add the following lines to your ``dask_gateway_config.py`` file: .. code-block:: python c.DaskGateway.authenticator_class = "dask_gateway_server.auth.JupyterHubAuthenticator" - c.JupyterHubAuthenticator.api_token = "" - c.JupyterHubAuthenticator.api_url = "" + c.JupyterHubAuthenticator.jupyterhub_api_token = "" + c.JupyterHubAuthenticator.jupyterhub_api_url = "" Where: