bradyrenting/filament-passwordless
最新稳定版本:2.2.0
Composer 安装命令:
composer require bradyrenting/filament-passwordless
包简介
Passwordless authentication for Filament
README 文档
README
Filament Passwordless is a package for Filament that allows users to login without a password.
Installation
You can install the package via composer:
composer require bradyrenting/filament-passwordless
You can publish the config file with:
php artisan vendor:publish --tag="filament-passwordless-config"
Optionally, you can publish the views using
php artisan vendor:publish --tag="filament-passwordless-views"
Usage
Register the plugin in your Filament panel provider (the default filename is app/Providers/Filament/AdminPanelProvider.php):
use BradyRenting\FilamentPasswordless\FilamentPasswordlessPlugin; // ... return $panel ->plugin(FilamentPasswordlessPlugin::make()) // ...
Note that you can remove any existing call to ->login() in the panel's configuration because it will be provided by this plugin.
Testing
composer test
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
License
The MIT License (MIT). Please see LICENSE for more information.
统计信息
- 总下载量: 11.19k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 25
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-11-28