Cross-app session management (parked) #38
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Logging out of the SaaS platform invalidates the Logto session (redirects to Logto end-session endpoint), but does not invalidate the cameleer3-server session. The server uses its own JWT issued after the OIDC code exchange.
Observed behavior
Root cause
Two independent JWT issuers: Logto (platform) and cameleer3-server (internal). The server's JWT has its own expiry and is not tied to the Logto session.
Possible approaches
Status: PARKED — not blocking for current milestone.