lilith-platform.live/codebase/@features/sso
Natalie 321a38bfeb fix(sso): validate against every quinn_sso_session cookie
A browser can carry more than one quinn_sso_session (a stale host-only cookie
shadowing the good Domain-scoped one), and the shadow can sort first. Add
extractSessionCookies (all non-empty values) and make validateSession try each
until one verifies, instead of only the first. Root cause of the
my.transquinnftw.com login loop.
2026-06-21 17:34:35 -05:00
..
backend-api fix(sso): validate against every quinn_sso_session cookie 2026-06-21 17:34:35 -05:00
frontend-public