Download the PHP package juliomotol/filament-password-confirmation without Composer
On this page you can find all versions of the php package juliomotol/filament-password-confirmation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download juliomotol/filament-password-confirmation
More information about juliomotol/filament-password-confirmation
Files in juliomotol/filament-password-confirmation
Package filament-password-confirmation
Short Description Prompt users to re-enter their password before performing sensitive actions.
License MIT
Homepage https://github.com/juliomotol/filament-password-confirmation
Informations about the package filament-password-confirmation
Filament Password Confirmation
Simplifies adding a secure password confirmation step to your admin panels.
- Prompts users to re-enter their password before performing sensitive actions.
- Increases security by preventing accidental or unauthorized actions due to long session times.
- Easy to integrate and highly configurable.
Installation
You can install the package via composer:
Then add the plugin to your panel.
You can configure the route name, uri, middleware and password timeout duration.
Optionally, you can publish the translations and views using.
Usage
Simply use RequiresPasswordConfirmation
in your pages/resources.
You can configure the password confirmation timeout within your page/resource.
NOTE: The password timeout duration is determined in the following order until it encounters a non-null value.
$passwordTimeout
property in the page/resourcepasswordTimeout()
configured in the plugin during registryauth.password_timeout
config assigned inconfig/auth.php
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Julio Motol
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-password-confirmation with dependencies
filament/filament Version ^3.0
spatie/laravel-package-tools Version ^1.15.0