raulrotundo / laravel5starter

Laravel Framework 5 Bootstrap 3 Starter Site is a basic application with Back-End and Front-End System
http://laravel5starter.herokuapp.com
1 stars 1 forks source link

Enable Login Throttling #26

Closed raulrotundo closed 9 years ago

raulrotundo commented 9 years ago

Reference: https://mattstauffer.co/blog/login-throttling-in-laravel-5.1

raulrotundo commented 9 years ago

Done! maxLoginAttempts = 5 and lockoutTime = 300 sec. Reference: app/Http/Controllers/Admin/Auth/AuthController.php