v26.5.42May 24, 2026
The Mac Electron app now keeps browser sign-in in a dedicated handoff window, returns through the jovie:// protocol, and avoids auth-route cookie banner noise.
Improved
- Electron auth handoff: the Mac app now hides the main app shell while the browser handoff is active, reports failed browser launches back to the renderer, and declares the production
jovie://auth-return protocol in the app bundle.
Fixed
- Native auth callback:
/auth/callbacknow consumes the already-validated auth state without re-reading it after native exchange creation, preventing valid Electron callbacks from falling into theAuth state expiredresponse. - Auth-surface cookie banner: the visible cookie banner is suppressed on desktop/native auth utility routes while the normal cookie preferences controller remains mounted elsewhere.