Download the PHP package askerakbar/checkpoint without Composer
On this page you can find all versions of the php package askerakbar/checkpoint. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download askerakbar/checkpoint
More information about askerakbar/checkpoint
Files in askerakbar/checkpoint
Package checkpoint
Short Description This Filament PHP plugin improves login security by letting you customize rate-limiting settings like duration and the number of attempts. It also notifies admins about suspicious activity
License MIT
Homepage https://github.com/askerakbar/checkpoint/
Informations about the package checkpoint
Checkpoint - A Filament PHP Plugin to enhance login Security with custom rate limiting, lockout and admin alerts
This Filament PHP plugin improves login security by letting you customize rate-limiting settings like duration and the number of attempts. It also notifies admins about suspicious activity
Installation
You can install the package via composer:
This plugin requires Spatie's Laravel Settings package. Before running the Checkpoint migrations, you must first publish and run the settings migrations.
To do this, use the following command:
Once that's complete, you can proceed with publishing and running the Checkpoint migrations:
Optionally, you can publish the language files with:
Usage
You need to initialize the plugin in your Filament panel provider. You can do this by adding the CheckpointPlugin
to the plugins
method of your panel.
Contribute / Report a bug / Security Vulnerabilities
If you would like to contriubte, please feel free to submit pull requests or open issues.
License
The MIT License (MIT). Please see License File for more information.
All versions of checkpoint with dependencies
filament/notifications Version 3.x-dev
php Version ^8.1