Skip to content

Releases: clerk/javascript

@clerk/[email protected]

22 Apr 19:55
4914e49

Choose a tag to compare

Patch Changes

@clerk/[email protected]

22 Apr 19:55
4914e49

Choose a tag to compare

Patch Changes

@clerk/[email protected]

22 Apr 19:55
4914e49

Choose a tag to compare

Patch Changes

@clerk/[email protected]

22 Apr 22:01
8a25c6a

Choose a tag to compare

Patch Changes

@clerk/[email protected]

22 Apr 22:01
8a25c6a

Choose a tag to compare

Patch Changes

@clerk/[email protected]

22 Apr 22:01
8a25c6a

Choose a tag to compare

Patch Changes

@clerk/[email protected]

22 Apr 19:55
4914e49

Choose a tag to compare

Patch Changes

@clerk/[email protected]

22 Apr 19:55
4914e49

Choose a tag to compare

Patch Changes

@clerk/[email protected]

22 Apr 19:55
4914e49

Choose a tag to compare

Patch Changes

@clerk/[email protected]

22 Apr 22:01
8a25c6a

Choose a tag to compare

Minor Changes

  • Add createBootstrapSignedOutState helper to @clerk/backend/internal. Returns a synthetic UnauthenticatedState<'session_token'> without requiring a publishable key or an AuthenticateContext. Intended for framework integrations that need to run authorization logic before real Clerk keys are available (e.g. the Next.js keyless bootstrap window). Accepts optional signInUrl, signUpUrl, isSatellite, domain, and proxyUrl so that createRedirect-driven flows (including cross-origin satellite sign-in with the __clerk_status=needs-sync handshake marker) behave correctly during bootstrap. (#8368) by @jacekradko