Magic link generator for quick and safe auth with Laravel
leeovery/laravel-magic-link is a Laravel package for magic link generator for quick and safe auth with laravel.
It currently has 4 GitHub stars and 127 downloads on Packagist (latest version v1.1).
Install it with composer require leeovery/laravel-magic-link.
Discover more Laravel packages by leeovery
or browse all Laravel packages to compare alternatives.
Last updated
With this package you can generate and handle magic links to authenticate your users.
More docs coming soon :)
You can install the package via composer:
composer require leeovery/laravel-magic-link
// Usage description here
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
This package was generated using the Laravel Package Boilerplate.