https://github.com/leeovery/laravel-magic-link
Authenticate your users using a secure magic link
https://github.com/leeovery/laravel-magic-link
Last synced: 5 months ago
JSON representation
Authenticate your users using a secure magic link
- Host: GitHub
- URL: https://github.com/leeovery/laravel-magic-link
- Owner: leeovery
- License: mit
- Created: 2021-03-18T16:11:50.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-18T16:29:29.000Z (over 4 years ago)
- Last Synced: 2025-10-12T05:28:33.279Z (8 months ago)
- Language: PHP
- Size: 19.5 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel Magic Link Generator for quick auth
[](https://packagist.org/packages/leeovery/magic-link-generator)
[](https://travis-ci.org/leeovery/magic-link-generator)
[](https://scrutinizer-ci.com/g/leeovery/magic-link-generator)
[](https://packagist.org/packages/leeovery/magic-link-generator)
With this package you can generate and handle magic links to authenticate your users.
More docs coming soon :)
## Installation
You can install the package via composer:
```bash
composer require leeovery/laravel-magic-link
```
## Usage
``` php
// Usage description here
```
### Testing
``` bash
composer test
```
### Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
### Security
If you discover any security related issues, please email me@leeovery.com instead of using the issue tracker.
## Credits
- [Lee Overy](https://github.com/leeovery)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
## Laravel Package Boilerplate
This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).