Looking to hire Laravel developers? Try LaraJobs

laravel-lockscreen maintained by sertxudeveloper

Description
Package for locking the user account due to inactivity
Author
Last update
2025/11/24 07:04 (dev-dependabot/github_actions/actions/checkout-6)
License
Downloads
4 097

Comments
comments powered by Disqus

Add a lock screen to your Laravel app

Codecov Test coverage

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.