chrysanthos / auth-logging
Authentication logger for Laravel
Installs: 4 271
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 2
Open Issues: 1
Requires
- php: ^8.0|^8.1|^8.2|^8.3
- illuminate/support: ^8.0|^9.0|^10.0|^11.0
Requires (Dev)
- mockery/mockery: ^1.3.3
- phpunit/phpunit: ^9.0|^10.0
README
The "Auth Logging" package logs failed login attempts that occur in your app. It stores the credentials used along with the user ip and user agent in the database which you can analyse at a later point.
Installation
You can install the package via composer:
composer require chrysanthos/auth-logging
Usage
The only thing you need to do is run your migrations using
php artisan migrate
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please send me a message on twitter (@chrysanthos_cy) instead of using the issue tracker.
Credits
Licence
This package is Treeware. If you use it in production, then we ask that you buy the world a tree to thank us for our work. By contributing to the Treeware forest you’ll be creating employment for local families and restoring wildlife habitats.