Download the PHP package bradyrenting/filament-passwordless without Composer
On this page you can find all versions of the php package bradyrenting/filament-passwordless. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bradyrenting/filament-passwordless
More information about bradyrenting/filament-passwordless
Files in bradyrenting/filament-passwordless
Package filament-passwordless
Short Description Passwordless authentication for Filament
License MIT
Homepage https://github.com/bradyrenting/filament-passwordless
Informations about the package filament-passwordless
Passwordless Authentication for Filament
Filament Passwordless is a package for Filament that allows users to login without a password.
Installation
You can install the package via composer:
You can publish the config file with:
Optionally, you can publish the views using
Usage
Register the plugin in your Filament panel provider (the default filename is app/Providers/Filament/AdminPanelProvider.php
):
Note that you can remove any existing call to ->login()
in the panel's configuration because it will be provided by this plugin.
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
- Brady Renting
- All Contributors
License
The MIT License (MIT). Please see LICENSE for more information.
All versions of filament-passwordless with dependencies
filament/filament Version ^3.2
spatie/laravel-package-tools Version ^1.14
illuminate/contracts Version ^9.0|^10.0|^11.0