You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(auth): invalidate sessions on logout via pepper rotation
On logout, rotate the user's api_token_pepper so any previously-issued
JWT becomes immediately invalid. Add a pepper check in the jwt callback's
pass-through path so the NextAuth session endpoint also enforces
revocation — not just the getUserFromAuth API path.
Closes Pylon #6353. Trade-off: logout is effectively 'log out everywhere'
since the pepper is per-user, not per-session.
0 commit comments