sertxudeveloper / laravel-lockscreen
Package for locking the user account due to inactivity
Fund package maintenance!
sertxudev
buymeacoffee.com/sertxudeveloper
Installs: 3 100
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^8.1
- illuminate/contracts: ^9.5|^10.0
- illuminate/database: ^9.5|^10.0
- illuminate/support: ^9.5|^10.0
Requires (Dev)
- orchestra/testbench: ^7.5|^8.0
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-11-18 08:13:23 UTC
README
Add a lock screen to your Laravel app
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:
composer require sertxudeveloper/laravel-lockscreen
Next, you should run the installation command:
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:
composer test
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.
Copyright © 2022 Sertxu Developer