An open API service indexing awesome lists of open source software.

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: about 1 month ago
JSON representation

Package for locking the user account due to inactivity

Awesome Lists containing this project

README

        

Laravel Lock Screen by Sertxu Developer

# Add a lock screen to your Laravel app

![](https://img.shields.io/github/v/release/sertxudeveloper/laravel-lockscreen) ![](https://github.com/sertxudeveloper/laravel-lockscreen/actions/workflows/run-tests.yml/badge.svg) ![](https://img.shields.io/github/license/sertxudeveloper/laravel-lockscreen) ![](https://img.shields.io/github/repo-size/sertxudeveloper/laravel-lockscreen) ![](https://img.shields.io/packagist/dt/sertxudeveloper/laravel-lockscreen) ![](https://img.shields.io/github/issues/sertxudeveloper/laravel-lockscreen) ![](https://img.shields.io/packagist/php-v/sertxudeveloper/laravel-lockscreen) [![Codecov Test coverage](https://img.shields.io/codecov/c/github/sertxudeveloper/laravel-lockscreen)](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