sertxudeveloper/laravel-lockscreen
最新稳定版本:v1.1.0
Composer 安装命令:
composer require sertxudeveloper/laravel-lockscreen
包简介
Package for locking the user account due to inactivity
README 文档
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
统计信息
- 总下载量: 4.14k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-09-29
