Download the PHP package frolax/filament-phone-auth without Composer
On this page you can find all versions of the php package frolax/filament-phone-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download frolax/filament-phone-auth
More information about frolax/filament-phone-auth
Files in frolax/filament-phone-auth
Package filament-phone-auth
Short Description This is my package filament-phone-auth
License MIT
Homepage https://github.com/frolax/filament-phone-auth
Informations about the package filament-phone-auth
Filament Phone Authentication
A Laravel package that adds phone number-based two-factor authentication to your Filament admin panel. This package provides a secure way to implement phone verification as a second factor for authentication in your Filament applications.
Features
- Phone number-based two-factor authentication for Filament
- Customizable verification code generation
- Rate limiting for code requests
- Configurable code expiration time
- Customizable notification system
- Easy integration with existing Filament applications
- User-friendly management interface
Requirements
- PHP 8.2 or higher
- Laravel 10.x
- Filament 4.x
Installation
You can install the package via composer:
Publish the configuration file:
Configuration
The package configuration file (config/filament-phone-auth.php
) allows you to customize various aspects of the phone authentication:
Usage
- Implement the
HasPhoneAuthentication
interface in your User model:
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
- Bishwajit Adhikary
- All Contributors
License
The MIT License (MIT). Please see License File for more information.