CHANGELOG: note OIDC confirmation reload fix

Updates #3365
This commit is contained in:
Kristoffer Dalby
2026-09-04 13:30:20 +00:00
parent 10dd38fcef
commit 9c9686eacd
+1
View File
@@ -45,6 +45,7 @@ keys remain all-access.
- Expiring or deleting a non-existent pre-auth key now returns an error instead of silently succeeding [#3324](https://github.com/juanfont/headscale/pull/3324)
- Improve systemd service file hardening [#3341](https://github.com/juanfont/headscale/pull/3341)
- Fix deleting a node leaving its long poll open, so the client stayed connected instead of asking for a new login [#3449](https://github.com/juanfont/headscale/pull/3449)
- Fix interactive OIDC login when the confirmation page is reloaded by an ad blocker, back navigation, or pull-to-refresh; the confirmation page now has its own URL, keeping single-use authorization codes out of reloads [#3448](https://github.com/juanfont/headscale/pull/3448)
- Headscale now requires Go 1.27 to build
## 0.29.4 (unreleased)