From 7a76cfd89d43540921a73a4e6227a171fe82283c Mon Sep 17 00:00:00 2001 From: Simon Li Date: Wed, 8 Jan 2025 22:47:29 +0000 Subject: [PATCH] Missing breaking change in 5.0.0 changelog: URL tokens https://github.com/jupyterhub/jupyterhub/commit/b319b58a2f87e87f4f3af2ea2042e045c19ff866#diff-514e695392b67987ea4b144e522365c14062bb806eaa0bfe8f1d24175cabe072R363 --- docs/source/reference/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/reference/changelog.md b/docs/source/reference/changelog.md index 1476e5d3..5757f1d1 100644 --- a/docs/source/reference/changelog.md +++ b/docs/source/reference/changelog.md @@ -168,6 +168,7 @@ Changes that are likely to require effort to upgrade: - update bootstrap to v5 [#4774](https://github.com/jupyterhub/jupyterhub/pull/4774) ([@minrk](https://github.com/minrk), [@consideRatio](https://github.com/consideRatio), [@manics](https://github.com/manics)) - explicitly require groups in auth model when Authenticator.manage_groups is enabled [#4645](https://github.com/jupyterhub/jupyterhub/pull/4645) ([@minrk](https://github.com/minrk), [@consideRatio](https://github.com/consideRatio)) - add JupyterHub.subdomain_hook [#4471](https://github.com/jupyterhub/jupyterhub/pull/4471) ([@minrk](https://github.com/minrk), [@consideRatio](https://github.com/consideRatio), [@akhmerov](https://github.com/akhmerov)) +- Using a token as a query parameter to start a user session is disabled by default, set `JUPYTERHUB_ALLOW_TOKEN_IN_URL=true` to enable it #### New features added