[Feature] OTP Window #53
Closed
CodeWithDennis
started this conversation in
Ideas
Replies: 1 comment
-
Actually... the Fortify config still handles this, so you can still adjust it with: Features::twoFactorAuthentication([
'confirm' => true,
'confirmPassword' => true,
// 'window' => 0,
]), Closing this conversation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sometimes, our users don't get to use the OTP code before it expires. Is there a way to extend the time limit for the OTP or add a feature that lets us control the expiration time?
Here’s a link to where this has already been done in the main package:
https://github.com/laravel/fortify/pull/385/files
Beta Was this translation helpful? Give feedback.
All reactions