Pipeline/frontend/src/auth
null d85912c4c9 fix(auth): fallback to env token in useAuth and mutator for SSR
Local auth was using getLocalAuthToken() which only checks in-memory
and sessionStorage — both unavailable during SSR. The env token
(NEXT_PUBLIC_LOCAL_AUTH_TOKEN) was defined but never called in the
auth flow. Now useAuth, hasLocalAuthToken, and customFetch all fall
back to getEnvToken() so SSR correctly identifies the local user as
signed in and admin.
2026-05-20 03:29:15 -05:00
..
clerk.tsx fix(auth): fallback to env token in useAuth and mutator for SSR 2026-05-20 03:29:15 -05:00
clerkKey.ts feat: initialize Pipeline from Mission Control base (v0.0.4) 2026-05-19 01:17:58 -05:00
localAuth.ts feat: auth token env bypass 2026-05-19 22:28:34 -05:00
mode.ts feat: initialize Pipeline from Mission Control base (v0.0.4) 2026-05-19 01:17:58 -05:00
redirects.test.ts feat: initialize Pipeline from Mission Control base (v0.0.4) 2026-05-19 01:17:58 -05:00
redirects.ts feat: initialize Pipeline from Mission Control base (v0.0.4) 2026-05-19 01:17:58 -05:00