File tree Expand file tree Collapse file tree
packages/fxa-auth-server/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,10 +144,11 @@ recoveryPhoneSendSigninCode : ip : 100 : 24 hou
144144# the counts that effect 2FA activity.
145145#
146146mfaOtpCodeRequestForEmail : uid : 10 : 5 minutes : 15 minutes : block
147- mfaVerifyOtpCodeForEmail : uid : 5 : 5 minutes : 15 minutes : block
148147mfaOtpCodeRequestFor2fa : uid : 10 : 5 minutes : 15 minutes : block
149- mfaVerifyOtpCodeFor2fa : uid : 5 : 5 minutes : 15 minutes : block
150148mfaOtpCodeRequestForPassword : uid : 10 : 5 minutes : 15 minutes : block
151- mfaVerifyOtpCodeForPassword : uid : 5 : 5 minutes : 15 minutes : block
152149mfaOtpCodeRequestForRecoveryKey : uid : 10 : 5 minutes : 15 minutes : block
153- mfaVerifyOtpCodeForRecoveryKey : uid : 5 : 5 minutes : 15 minutes : block
150+ # Verify Code rate limits
151+ mfaOtpCodeVerifyForEmail : uid : 5 : 5 minutes : 15 minutes : block
152+ mfaOtpCodeVerifyFor2fa : uid : 5 : 5 minutes : 15 minutes : block
153+ mfaOtpCodeVerifyForPassword : uid : 5 : 5 minutes : 15 minutes : block
154+ mfaOtpCodeVerifyForRecoveryKey : uid : 5 : 5 minutes : 15 minutes : block
You can’t perform that action at this time.
0 commit comments