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
I may be missing something here, but it seems like there is no failure handling when a user provides a recovery code that isn't valid when trying to log in with TOTP.
If I alter line 561 of the unit test in totp_test.go
I may be missing something here, but it seems like there is no failure handling when a user provides a recovery code that isn't valid when trying to log in with TOTP.
If I alter line 561 of the unit test in totp_test.go
authboss/otp/twofactor/totp2fa/totp_test.go
Line 561 in d38273a
to this:
the test still passes.
This appears to allow a user to bypass 2FA
The text was updated successfully, but these errors were encountered: