uniquelibs / fos-user-recaptcha-protection-bundle
A bundle to extend fos user by adding brute force protection, white -and blacklisting and recaptcha integration.
Installs: 70
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.2
- friendsofsymfony/user-bundle: ~1.3,<2.0
- google/recaptcha: ~1.1
- sensio/framework-extra-bundle: ~3.0,>=3.0.2
- symfony/framework-bundle: ~2.3
This package is not auto-updated.
Last update: 2025-02-07 21:09:08 UTC
README
The FOSUserRecaptchaProtectionBundle by UniqueLibs extends the fos user bundle to provide brute force protection, white -and blacklisting and recaptcha integration.
Features include:
- FOS User Bundle 1.3.X Extension (2.0 currently not supported)
- Fully Configurable
- Brute force protection with failed login limits
- White -and Blacklist ip addresses
- IPv4 and IPv6 Support
- Recaptcha integration on login, password reset and registration
- Show recaptcha on login only after x failes
- PHP 7.0 Support
- Currently only Doctrine ORM Support
This Bundle is in alpha state and not ready for prod usage.
Documentation coming soon.
About
FOSUserRecaptchaProtectionBundle is a UniqueLibs initiative. See also the list of contributors.
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker.
When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.