https://github.com/sertxudeveloper/laravel-lockscreen
Package for locking the user account due to inactivity
https://github.com/sertxudeveloper/laravel-lockscreen
hacktoberfest laravel laravel-package lockscreen security sertxudeveloper
Last synced: 10 months ago
JSON representation
Package for locking the user account due to inactivity
- Host: GitHub
- URL: https://github.com/sertxudeveloper/laravel-lockscreen
- Owner: sertxudeveloper
- License: mit
- Created: 2022-08-09T18:10:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T08:12:02.000Z (over 1 year ago)
- Last Synced: 2025-05-07T10:29:07.885Z (11 months ago)
- Topics: hacktoberfest, laravel, laravel-package, lockscreen, security, sertxudeveloper
- Language: PHP
- Homepage:
- Size: 438 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

# Add a lock screen to your Laravel app
       [](https://app.codecov.io/gh/sertxudeveloper/laravel-lockscreen)
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:
```bash
composer require sertxudeveloper/laravel-lockscreen
```
Next, you should run the installation command:
```bash
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:
```bash
composer test
```
## Contributing
Please see [CONTRIBUTING](https://github.com/sertxudeveloper/.github/blob/main/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Sergio Peris](https://github.com/sertxudev)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
Copyright © 2022 Sertxu Developer