You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Guillermo Pages 49865e66d6 fix: logout redirect loop
Changed GET /auth/logout to redirect to rpFrontendUrl instead of /login
to prevent re-authentication loop. When user logged out, redirecting to
/login would immediately start new OIDC flow with still-valid SwissOID
session, causing auto-login.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2 months ago
..
config feat: add POST_LOGIN_PATH and ALLOW_CONTINUE_PARAM env vars 3 months ago
cookies feat: seems migrated 3 months ago
jwt feat: seems migrated 3 months ago
loaders feat: onUserAuthenticated hook 3 months ago
oidc fix: logout redirect loop 2 months ago
session feat: seems migrated 3 months ago
storage feat: seems migrated 3 months ago
types fix: dropping the legacy surface 3 months ago
utils feat: seems migrated 3 months ago
index.ts fix: harden middleware config 3 months ago
middleware.ts feat: onUserAuthenticated hook 3 months ago