Download the PHP package kaantanis/filament-password-confirmation without Composer
On this page you can find all versions of the php package kaantanis/filament-password-confirmation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kaantanis/filament-password-confirmation
More information about kaantanis/filament-password-confirmation
Files in kaantanis/filament-password-confirmation
Package filament-password-confirmation
Short Description Filament Password Confirmation
License MIT
Homepage https://github.com/kaantanis/filament-password-confirmation
Informations about the package filament-password-confirmation
Filament Password Confirmation
Art
This package allows you to attach a middleware for password confirmation to your routes. If user time is expired, the user will be redirected to a password confirmation page.
This feature protects your routes if you have a long session time.
Note: Exdends via Illuminate\Auth\Middleware\RequirePassword
middleware.
Installation
You can install the package via composer:
You can publish the config file with:
Optionally, you can publish the views using
Usage
Open your filament.php config file and add the middleware.
Configuration
Time out can be configured in the config file. Default is 10800 seconds.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Roadmap
- [ ] Not working on post request. If user time is expired, the user will be redirected (or modal) to a password confirmation page.
- [ ] Add more languages
- [ ] Add more documentation
- [ ] Get confirmation on critical actions even if the session doesn't expire
- [ ] Confirmation for specific resources and actions
- [ ] Confirmation from modal
- [ ] Auto redirect/open modal if session is expired
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-password-confirmation with dependencies
filament/filament Version ^2.0
illuminate/contracts Version ^9.0
livewire/livewire Version ^2.10
spatie/laravel-package-tools Version ^1.13.0