https://github.com/sertxudeveloper/laravel-lockscreen
Package for locking the user account due to inactivity
https://github.com/sertxudeveloper/laravel-lockscreen
hacktoberfest laravel laravel-package lockscreen security sertxudeveloper
Last synced: about 1 month ago
JSON representation
Package for locking the user account due to inactivity
- Host: GitHub
- URL: https://github.com/sertxudeveloper/laravel-lockscreen
- Owner: sertxudeveloper
- License: mit
- Created: 2022-08-09T18:10:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T21:21:53.000Z (11 months ago)
- Last Synced: 2024-11-13T09:11:57.133Z (7 months ago)
- Topics: hacktoberfest, laravel, laravel-package, lockscreen, security, sertxudeveloper
- Language: PHP
- Homepage:
- Size: 436 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Add a lock screen to your Laravel app
       [](https://app.codecov.io/gh/sertxudeveloper/laravel-lockscreen)
This packages adds the functionality to add a lock screen in your app.
The users will be required to re-enter the password once the session has timed out due to inactivity.
## Installation
You can install the package via composer:
```bash
composer require sertxudeveloper/laravel-lockscreen
```Next, you should run the installation command:
```bash
php artisan lockscreen:install
```## Usage
Once you have installed the package, you're users will be redirected to the `locked` route once the session has expired.
In the configuration file you can specify how much time the user can be inactive before locking it's account.
## Testing
This package contains tests, you can run them using the following command:
```bash
composer test
```## Contributing
Please see [CONTRIBUTING](https://github.com/sertxudeveloper/.github/blob/main/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Sergio Peris](https://github.com/sertxudev)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
Copyright © 2022 Sertxu Developer