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.
You can install the package via composer:
composer require sertxudeveloper/laravel-lockscreen
Next, you should run the installation command:
php artisan lockscreen:install
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.
This package contains tests, you can run them using the following command:
composer test
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.
Copyright © 2022 Sertxu Developer