Download the PHP package artmin96/filament-password-less without Composer
On this page you can find all versions of the php package artmin96/filament-password-less. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download artmin96/filament-password-less
More information about artmin96/filament-password-less
Files in artmin96/filament-password-less
Package filament-password-less
Short Description Password-less for Filament
License MIT
Homepage https://github.com/artmin96/filament-passwordless
Rated 5.00 based on 1 reviews
Informations about the package filament-password-less
Password-less login for Filament
Password-less authentication is the process of verifying a software user’s identity with something other than a password.
Screenshots
Installation
You can install the package via composer:
Update the config/filament.php to point to the PasswordLess Login::class:
You can publish the config file with:
This is the contents of the published config file:
Optionally, you can publish the views using
Usage
Add the ArtMin96\FilamentPasswordLess\Traits\PasswordLessLogin
trait to your User
model(s):
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
- Arthur Minasyan
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-password-less with dependencies
filament/filament Version ^2.13
illuminate/contracts Version ^9.0|^10.0
spatie/laravel-package-tools Version ^1.14