sertxudeveloper/laravel-lockscreen

Package for locking the user account due to inactivity

v1.1.0 2023-02-15 08:26 UTC

This package is auto-updated.

Last update: 2024-05-14 12:26:25 UTC


README

Laravel Lock Screen by Sertxu Developer

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.



Copyright © 2022 Sertxu Developer