Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrysanthos/auth-logging
Authentication logger for Laravel
https://github.com/chrysanthos/auth-logging
hacktoberfest laravel laravel-admin laravel-auth laravel-authentication laravel-framework laravel-package php-package
Last synced: 3 months ago
JSON representation
Authentication logger for Laravel
- Host: GitHub
- URL: https://github.com/chrysanthos/auth-logging
- Owner: chrysanthos
- License: other
- Created: 2020-01-10T22:45:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-05T20:06:13.000Z (3 months ago)
- Last Synced: 2024-10-09T16:48:20.232Z (3 months ago)
- Topics: hacktoberfest, laravel, laravel-admin, laravel-auth, laravel-authentication, laravel-framework, laravel-package, php-package
- Language: PHP
- Homepage:
- Size: 60.5 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Authentication logger for Laravel
[![Latest Version on Packagist](https://img.shields.io/packagist/v/Chrysanthos/auth-logging.svg?style=flat-square)](https://packagist.org/packages/chrysanthos/auth-logging)
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/chrysanthos/auth-logging/run-tests.yml?branch=master&?label=tests)](https://github.com/chrysanthos/auth-logging/actions?query=workflow%3Arun-tests+branch%3Amaster)
[![Total Downloads](https://img.shields.io/packagist/dt/chrysanthos/auth-logging.svg?style=flat-square)](https://packagist.org/packages/chrysanthos/auth-logging)
[![Buy us a tree](https://img.shields.io/badge/Treeware-%F0%9F%8C%B3-lightgreen?style=flat-square)](https://plant.treeware.earth/chrysanthos/auth-logging)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:
```bash
composer require chrysanthos/auth-logging
```## Usage
The only thing you need to do is run your migrations using
``` bash
php artisan migrate
```### Testing
``` bash
composer test
```### Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) 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
- [Chrysanthos Prodromou](https://github.com/chrysanthos)
## Licence
This package is [Treeware](https://treeware.earth). If you use it in production, then we ask that you [**buy the world a tree**](https://plant.treeware.earth/chrysanthos/auth-logging) to thank us for our work. By contributing to the Treeware forest you’ll be creating employment for local families and restoring wildlife habitats.