Download the PHP package c6digital/filament-passwordless-login without Composer
On this page you can find all versions of the php package c6digital/filament-passwordless-login. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download c6digital/filament-passwordless-login
More information about c6digital/filament-passwordless-login
Files in c6digital/filament-passwordless-login
Package filament-passwordless-login
Short Description Simple passwordless login for Filament.
License MIT
Homepage https://github.com/c6digital/filament-passwordless-login
Informations about the package filament-passwordless-login
Simple passwordless login for Filament.
This package provides a new Login component that replaces the traditional email and password form with a simple passwordless login form.
Installation
You can install the package via composer:
Optionally, you can publish the views using
Usage
Register the plugin on your Filament panel.
This will automatically register the new login page, overwriting the one provided by Filament. It also registers the necessary routes to authenticate users using a magic login link.
Using password in local environments
Sending login links emails during development can be difficult. If you are still storing passwords for your users, you can enable password authentication in local
environments.
Now a "Password" field will be displayed on the Login page when APP_ENV=local
.
Action
This package also provides an Action
that can be used inside of Filament tables.
Command
If you need to generate a login link without accessing the site, you can use the passwordless:link
command.
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
- Ryan Chandler
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-passwordless-login with dependencies
danharrin/livewire-rate-limiting Version ^1.3
filament/filament Version ^3.0
illuminate/contracts Version ^10.0 | ^11.0
spatie/laravel-package-tools Version ^1.15.0