Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rappasoft/laravel-authentication-log
Log user authentication details and send new device notifications.
https://github.com/rappasoft/laravel-authentication-log
Last synced: 23 days ago
JSON representation
Log user authentication details and send new device notifications.
- Host: GitHub
- URL: https://github.com/rappasoft/laravel-authentication-log
- Owner: rappasoft
- License: mit
- Created: 2021-09-29T20:40:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T13:28:55.000Z (5 months ago)
- Last Synced: 2024-10-04T09:56:24.760Z (about 1 month ago)
- Language: PHP
- Size: 104 KB
- Stars: 776
- Watchers: 18
- Forks: 95
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
![Package Logo](https://banners.beyondco.de/Laravel%20Authentication%20Log.png?theme=dark&packageManager=composer+require&packageName=rappasoft%2Flaravel-authentication-log&pattern=hideout&style=style_1&description=Log+user+authentication+details+and+send+new+device+notifications.&md=1&showWatermark=0&fontSize=100px&images=lock-closed)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/rappasoft/laravel-authentication-log.svg?style=flat-square)](https://packagist.org/packages/rappasoft/laravel-authentication-log)
[![Total Downloads](https://img.shields.io/packagist/dt/rappasoft/laravel-authentication-log.svg?style=flat-square)](https://packagist.org/packages/rappasoft/laravel-authentication-log)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
See the [documentation](https://rappasoft.com/docs/laravel-authentication-log) for detailed installation and usage instructions.
## Version Compatibility
Laravel | Authentication Log
:---------|:------------------
8.x | 1.x
9.x | 2.x
10.x | 3.x
11.x | 4.x## Installation
```bash
composer require rappasoft/laravel-authentication-log
```## Testing
```bash
composer test
```## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Anthony Rappa](https://github.com/rappasoft)
- [yadahan/laravel-authentication-log](https://github.com/yadahan/laravel-authentication-log)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.