Skip to content

Commit

Permalink
Merge pull request #30 from thedevdojo/GranularityOfAccessControl
Browse files Browse the repository at this point in the history
Add default throttle to auth config
  • Loading branch information
bobbyiliev committed Oct 28, 2021
2 parents c53736c + ddd0dd6 commit 6201d6e
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 6201d6e

Please sign in to comment.