Skip to content

deps: update ConfigHub JS SDK packages to 0.4.5 - #224

Closed
jesperfj wants to merge 1 commit into
mainfrom
js-sdk-0.4.5
Closed

jesperfj wants to merge 1 commit into
mainfrom
js-sdk-0.4.5

Conversation

@jesperfj

@jesperfj jesperfj commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

Bumps @confighub/api, @confighub/react-auth and @confighub/rtk-query to ^0.4.5 in webkit and every console that depends on them, lockfiles resynced (lockfile-only; the two packages without a lockfile stay without one).

Fixes the reported re-login in rbac-manager (and the same behavior in every console). react-auth 0.4.5 keeps the session in sessionStorage by default, so a reload or new tab no longer redirects to the identity provider, and getAccessToken() re-authenticates silently instead of handing out an expired token, so the 24h token lifetime no longer ends in a visible login. No app code changes: the consoles already pass getAccessToken to their data client, which is where the recovery now lives. Release notes: https://github.com/confighub/js-sdk/releases/tag/v0.4.5

🤖 Generated with Claude Code

react-auth 0.4.5 keeps the session in sessionStorage by default and
re-authenticates silently when the token expires, so the consoles no
longer send the user back to the identity provider on every reload or
after the token lifetime. No code change needed: the apps already pass
getAccessToken to their data client, which is where the recovery lives.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@jesperfj

jesperfj commented Sep 8, 2026

Copy link
Copy Markdown
Contributor Author

Superseded: the repo's own update-js-sdk workflow does this bump with a full install and per-package verification; dispatching it for 0.4.5 instead.

@jesperfj jesperfj closed this Sep 8, 2026
@jesperfj
jesperfj deleted the js-sdk-0.4.5 branch September 8, 2026 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant