elrincondeisma / laravel-mongo-log-auth
Log user authentication details and send new device notifications.
This package's canonical repository appears to be gone and the package has been frozen as a result.
1.0
2023-03-02 20:46 UTC
Requires
- php: ^8.1
- illuminate/contracts: ^10.0
- jenssegers/mongodb: dev-master
- spatie/laravel-package-tools: ^1.4.3
Requires (Dev)
- nunomaduro/collision: ^6.0
- orchestra/testbench: ^7.0
- pestphp/pest: ^1.21
- pestphp/pest-plugin-laravel: ^1.2
- spatie/laravel-ray: ^1.29
- vimeo/psalm: ^4.20
README
Laravel Authentication Log is a package which tracks your user's authentication information such as login/logout time, IP, Browser, Location, etc. as well as sends out notifications via mail, slack, or sms for new devices and failed logins.
Documentation, Installation, and Usage Instructions
Version Compatibility
Installation
composer require elrincondeisma/laravel-mongo-log-auth
Publish Config
php artisan vendor:publish --provider="Elrincondeisma\LaravelMongoLogAuth\LaravelMongoLogAuthServiceProvider" --tag="authentication-log-config"
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.