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
feat: intercept DatabaseAuthenticatable and PasswordsController for 2FA
Modify DatabaseAuthenticatable strategy to detect 2FA-enabled users
after password validation and redirect to the default 2FA method's
challenge page instead of signing in.
Update PasswordsController to require 2FA verification after password
reset when sign_in_after_reset_password is enabled.
0 commit comments