releases.shpreview

APIKeys component renders with org; focused tab refreshes token faster

@clerk/clerk-js@6.25.9

2 enhancements1 fixThis release2 enhancementsImprovements to existing features1 fixBug fixesAI-tallied from the release notes
From the original release noteView original ↗

Patch Changes

  • Fix the standalone <APIKeys /> component failing to render when an organization is active and user API keys are disabled but organization API keys are enabled. The component now correctly checks the user API keys setting only when no organization is active. (#9247) by @wobsoriano

  • Bias proactive session token refresh ownership toward the focused browser tab and poll more often while focused in multi-tab apps. (#9215) by @nikosdouvlis

  • When running in a browser context, session token requests now include a tab_state parameter (focused, visible, or hidden) so the backend can distinguish foreground from background token refreshes. The parameter is omitted in environments without a document, such as extension service workers. (#9215) by @nikosdouvlis

Fetched July 27, 2026