Download the PHP package cloudmazing/filament-force-2fa without Composer
On this page you can find all versions of the php package cloudmazing/filament-force-2fa. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cloudmazing/filament-force-2fa
More information about cloudmazing/filament-force-2fa
Files in cloudmazing/filament-force-2fa
Package filament-force-2fa
Short Description Force 2FA using a middleware
License MIT
Homepage https://github.com/cloudmazing/filament-force-2fa
Informations about the package filament-force-2fa
Force 2FA using a middleware
Usage
The package exposes a middleware that forces the user to have 2FA enabled. If the user don't, they are redirected to the filament 2FA settings page (based on webbingbrasil/filament-2fa).
You can add the middleware to a middleware group (such as filament's auth
group in config/filament.php
which will always affect logged-in users).
Or you can use the middleware on individual endpoints by registering in the Kernel App\Http\Kernel
:
Then when declaring routes:
Installation
You can install the package via composer:
You can publish and run the migrations with:
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
- CloudMazing
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-force-2fa with dependencies
spatie/laravel-package-tools Version ^1.13.0
illuminate/contracts Version ^9.0|^10.0|^11.0
cloudmazing/filament-2fa Version ^0.3.0