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
Storing a URI directly in the auth_redir cookie without encoding has led
to issues where browsers misinterpret special characters, like semicolons,
as part of the cookie delimiter. This behavior results in the truncation of
the URI at the special character, causing incomplete or incorrect redirection
URLs after user authentication.
0 commit comments