This website requires JavaScript.
Explore
Help
Register
Sign In
Comfy-Org
/
ComfyUI_frontend
Watch
1
Star
0
Fork
0
You've already forked ComfyUI_frontend
mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced
2026-02-10 10:00:08 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3719a46b4107b2abd67e74086cfdba593603ef6a
ComfyUI_frontend
/
src
/
platform
/
auth
/
session
History
Benjamin Lu
3719a46b41
fix(auth/session): dedupe session creation, skip initial token refresh, and wrap extension auth hooks\n\nPrevents concurrent createSession calls and avoids treating the initial onIdTokenChanged as a refresh. This eliminates a race where useSessionCookie.createSession() could run before a Firebase ID token existed, causing:\n\n Error: No auth header available for session creation\n\nAlso wraps extension auth hooks with async error handling to avoid unhandled rejections.\n\nRefs: Sentry issue 6990347926
2025-11-03 16:34:58 -08:00
..
useSessionCookie.ts
fix(auth/session): dedupe session creation, skip initial token refresh, and wrap extension auth hooks\n\nPrevents concurrent createSession calls and avoids treating the initial onIdTokenChanged as a refresh. This eliminates a race where useSessionCookie.createSession() could run before a Firebase ID token existed, causing:\n\n Error: No auth header available for session creation\n\nAlso wraps extension auth hooks with async error handling to avoid unhandled rejections.\n\nRefs: Sentry issue 6990347926
2025-11-03 16:34:58 -08:00