Download the PHP package afsakar/filament-otp-login without Composer
On this page you can find all versions of the php package afsakar/filament-otp-login. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download afsakar/filament-otp-login
More information about afsakar/filament-otp-login
Files in afsakar/filament-otp-login
Package filament-otp-login
Short Description OTP Login for FilamentPHP
License MIT
Homepage https://github.com/afsakar/filament-otp-login
Informations about the package filament-otp-login
OTP Login for FilamentPHP
This package is an OTP Login for FilamentPHP. It is a simple package that allows you to login to your FilamentPHP application using OTP.
Installation
You can install the package via composer:
You can publish and run the migrations with:
You can publish the config and translations files with:
Optionally, you can publish the views using
This is the contents of the published config file:
Usage
Just register the Afsakar\FilamentOtpLogin\FilamentOtpLoginPlugin
plugin in the your panel provider file.
If you want to ignore specific user groups from OTP login just implement the Afsakar\FilamentOtpLogin\Models\Contracts\CanLoginDirectly
trait in your User model.
_Note: For medium and large scale applications, you only need to run "php artisan model:prune" command as cron to prevent the otpcode table from bloating and performance issues.
Custom Login Page
If you want to customize the login page, you can extend the \Afsakar\FilamentOtpLogin\Filament\Pages\Login
page and set your custom login page to plugin in the panel provider file with loginPage
method.
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
- Azad Furkan ŞAKAR
- All Contributors
- OTP Input inspiration
License
The MIT License (MIT). Please see License File for more information.
Supported By
All versions of filament-otp-login with dependencies
filament/filament Version ^3.0
spatie/laravel-package-tools Version ^1.15.0