# Tenzir Platform v1.33.1

This release fixes a regression where users authenticating via the `PRIVATE_JWT_FROM_HEADER` option were redirected to the login page when opening a workspace. Header-based authentication now loads workspaces correctly again.

## 🐞 Bug Fixes

### Fix being redirected to the login page when using header-based authentication

Jun 2, 2026 · [@lava](https://github.com/lava)

We fixed a regression introduced in v1.33.0 where users authenticating via the `PRIVATE_JWT_FROM_HEADER` option were redirected to the login page (showing a “Sign In” button) when opening a workspace, even though a valid JWT was supplied in the configured header.

The workspace loader looked for the ID token in the session data, which is empty for header-based authentication. It now reads the token from the configured header, which is the authoritative source in that mode, so workspaces load correctly again.

[ Download on GitHub ](https://github.com/tenzir/platform/releases/tag/v1.33.1)

[Get the release artifacts and source code.](https://github.com/tenzir/platform/releases/tag/v1.33.1)