releases.shpreview

OAuth deep-link callbacks now forwarded on Windows and Linux

@clerk/electron@0.0.24

1 featureThis release1 featureNew capabilitiesAI-tallied from the release notes
From the original release noteView original ↗

Patch Changes

  • Forward OAuth deep-link callbacks to the primary Electron process on Windows and Linux, and bring the (#9278) by @jeremy-clerk

    signing-in window to the front when the callback arrives.

    Delivering those callbacks requires Electron's single-instance lock, so createClerkBridge now acquires it on Windows and Linux whenever renderer is configured, and quits secondary processes after forwarding their arguments. Applications that previously ran side-by-side instances on those platforms will become single-instance. macOS is unaffected. Two new escape hatches: the returned bridge exposes isPrimaryInstance so the application can stop its own bootstrap in a secondary process, and manageSingleInstanceLock: false leaves the lock to applications that manage it themselves.

  • Updated dependencies []:

    • @clerk/react@6.12.9

Fetched July 30, 2026

OAuth deep-link callbacks now forwarded on Windows and… — releases.sh