lilith-platform.live/codebase/@features/sso/backend-api/src
Natalie 03961e1eb8 fix(sso): return claims JSON from /auth/validate
nginx auth_request and status-only consumers ignore the body, but the
@features/api monolith's ssoRequired parses it and 401s on an empty/non-JSON
body — the empty 200 was the other half of the my/admin SSO login loop. Return
{ sub, admin } instead.
2026-06-21 17:36:52 -05:00
..
routes
auth.ts
db.ts
events.ts
lockout.ts
logger.ts
node-sqlite-types.d.ts
seed-passphrase.ts
server.ts fix(sso): return claims JSON from /auth/validate 2026-06-21 17:36:52 -05:00
totp.ts