An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Laravel Magic Link Generator for quick auth

[![Latest Version on Packagist](https://img.shields.io/packagist/v/leeovery/magic-link-generator.svg?style=flat-square)](https://packagist.org/packages/leeovery/magic-link-generator)
[![Build Status](https://img.shields.io/travis/leeovery/magic-link-generator/master.svg?style=flat-square)](https://travis-ci.org/leeovery/magic-link-generator)
[![Quality Score](https://img.shields.io/scrutinizer/g/leeovery/magic-link-generator.svg?style=flat-square)](https://scrutinizer-ci.com/g/leeovery/magic-link-generator)
[![Total Downloads](https://img.shields.io/packagist/dt/leeovery/magic-link-generator.svg?style=flat-square)](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).