Download the PHP package sh4msi/filament-otp without Composer
On this page you can find all versions of the php package sh4msi/filament-otp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sh4msi/filament-otp
More information about sh4msi/filament-otp
Files in sh4msi/filament-otp
Package filament-otp
Short Description Filament OTP is a package for Filament that allows users to login with a One-Time Password. (OTP and Passwordless are similar, but they differ in some aspects!)
License MIT
Homepage https://github.com/sh4msi/filament-otp
Informations about the package filament-otp
Filament OTP
Filament OTP is a package for Filament 3 that allows users to login with a One-Time Password. (OTP and Passwordless are similar, but they differ in some aspects!)
Installation
You can install the package via composer:
You can publish the config file with:
Optionally, you can publish the views using
This is the contents of the published config file:
Usage
Add the Sh4msi\FilamentOtp\Traits\OtpLogin trait to your User model(s):
You can use the renderHook() method in the panel configuration object to display the "login with one-time password" button on the login page.
OR call by route
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
- Saeed Shamsi
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-otp with dependencies
filament/filament Version ^3.0
spatie/laravel-package-tools Version ^1.15.0
illuminate/contracts Version ^10.0