@clerk/electron@0.0.24
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
createClerkBridgenow
acquires it on Windows and Linux wheneverrendereris 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 exposesisPrimaryInstanceso the application can stop its own bootstrap in a secondary
process, andmanageSingleInstanceLock: falseleaves the lock to applications that manage it
themselves. -
Updated dependencies []:
- @clerk/react@6.12.9