lilith-platform.live/codebase/@features/sso/backend-api
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
..
src
.env.development
.env.development.example feat(sso): Add support for [Provider] SSO integration or enhance OAuth2/OIDC flows 2026-04-09 23:13:06 -07:00
package.json feat(sso): Add support for [Provider] SSO integration or enhance OAuth2/OIDC flows 2026-04-09 23:13:06 -07:00
tsconfig.json feat(sso): Add support for [Provider] SSO integration or enhance OAuth2/OIDC flows 2026-04-09 23:13:06 -07:00