Skip to content

Commit

Permalink
Add default throttle to auth config
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev committed Oct 28, 2021
1 parent c53736c commit ddd0dd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/auth.php
Expand Up @@ -96,6 +96,7 @@
'provider' => 'users',
'table' => 'password_resets',
'expire' => 60,
'throttle' => 60,
],
],

Expand Down

0 comments on commit ddd0dd6

Please sign in to comment.