Download the PHP package haikallfiqih/laravel-magic-auth without Composer
On this page you can find all versions of the php package haikallfiqih/laravel-magic-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download haikallfiqih/laravel-magic-auth
More information about haikallfiqih/laravel-magic-auth
Files in haikallfiqih/laravel-magic-auth
Download haikallfiqih/laravel-magic-auth
More information about haikallfiqih/laravel-magic-auth
Files in haikallfiqih/laravel-magic-auth
Vendor haikallfiqih
Package laravel-magic-auth
Short Description A secure passwordless authentication package using magic links
License MIT
Package laravel-magic-auth
Short Description A secure passwordless authentication package using magic links
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-magic-auth
Laravel Magic Auth
A secure, flexible passwordless authentication package for Laravel using magic links. Supports multiple notification channels including email, WhatsApp, and SMS.
Features
- 🔐 Secure passwordless authentication
- 📧 Multi-channel notifications (Email, WhatsApp, SMS)
- ⚡ Easy integration with Laravel's authentication system
- 🛡️ Rate limiting and link expiration
- 🔄 Event-driven architecture
- 🎨 Customizable templates and messages
- 🚦 Multiple guard support
Installation
Configuration
-
Publish the configuration and migrations:
-
Run the migrations:
- Add these environment variables to your
.env
file:
Basic Usage
Sending Magic Links
Route Configuration
Add these routes to your web.php
:
Event Handling
WhatsApp/SMS Integration
To use WhatsApp or SMS notifications:
-
Install Twilio SDK:
- Configure your Twilio credentials in
.env
:
Configuration Options
Security
- Links are single-use and expire after a configurable time
- Rate limiting prevents abuse
- Signed URLs prevent tampering
- Automatic cleanup of expired links
Testing
Contributing
Please see CONTRIBUTING for details.
Credits
- Haikal Fiqih
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-magic-auth with dependencies
PHP Build Version
Package Version
The package haikallfiqih/laravel-magic-auth contains the following files
Loading the files please wait ....