peerj / peerj-user-security-bundle
Peerj User Security Bundle
Installs: 4 409
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 12
Forks: 1
Open Issues: 1
Type:symfony-bundle
Requires
- php: >=5.3.2
- snc/redis-bundle: *
- symfony/symfony: >2.1
This package is not auto-updated.
Last update: 2025-01-14 07:01:39 UTC
README
Notes:
This bundle is for the symfony framework and requires Symfony >=2.1 and PHP >=5.3.2
This project uses Doctrine >=2.1 and so does not require any specific database.
Available on:
For the full copyright and license information, please view the LICENSE file that was distributed with this source code.
Description:
Use this bundle to mitigate brute force dictionary attacks on your sites login.
Features.
SecurityBundle Provides the following features:
- Prevent brute force attacks being carried out by limiting number of login attempts:
- When limit is reached, either turn a HTTP 500 status or redirect to a configurable route
- All limits are configurable.
- Routes to block are configurable.
- Route for account recovery page is configurable.
Documentation.
Documentation can be found in the Resources/doc/index.md
file in this bundle:
Installation.
All the installation instructions are located in documentation.
License.
This software is licensed under the MIT license. See the complete license file in the bundle:
Resources/meta/LICENSE
Reporting an issue or feature request.
Issues and feature requests are tracked in the Github issue tracker.