Fix Default Redirect Overriding Existing Redirect on Email Verification #372

Merged
notquitenothing merged 5 commits from bug/redirect-proxyauth into main 2026-04-14 06:57:12 -05:00
notquitenothing commented 2026-04-13 23:10:01 -05:00 (Migrated from github.com)

Description

  • Fix issue where email validation would always redirect to DEFAULT_REDIRECT if it was set on success, even when a perfectly valid redirect was already available.
  • Added additional logging when an interaction session cookie is needed and cannot be set.
  • Added additional logging when proxyauth internal client validation fails.
  • Remove stack traces from debug logging, this won't be useful except in development.
## Description - Fix issue where email validation would always redirect to DEFAULT_REDIRECT if it was set on success, even when a perfectly valid redirect was already available. - Added additional logging when an interaction session cookie is needed and cannot be set. - Added additional logging when proxyauth internal client validation fails. - Remove stack traces from debug logging, this won't be useful except in development.
Sign in to join this conversation.
No description provided.