symfony-working-login-throttler
Installation
- composer install
- update .env with your own database setup
- php bin/console d:d:c
- php bin/console d:s:u -f
- symfony serve
- Go to /register path and create an account
- You will be redirected to /login path. Test with bad credentials two times. Next time, login throttler will block you for 1 minute.