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: regenerate CSRF token right after session regeneration
CSRF token is not updated when `security.regenerate = false`,
so if same-site attakcers know the CSRF token by session fixation attack,
CSRF attack is possible. To prevent it, regenerate CSRF token right after login.
0 commit comments