-
Fix SSO return-to redirect loop
released this
2026-03-31 21:54:55 +00:00 | 2 commits to master since this releaseSetReturnToCookie stored /sso/redirect as the return-to path,
causing a redirect loop after successful SSO login: the callback
would redirect back to /sso/redirect instead of /. Filter all
/sso/* paths, not just /sso/callback.Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
Downloads