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

https://github.com/spekulatius/laravel-passwordless-example

Example repo for Laravel passwordless login article (see link)
https://github.com/spekulatius/laravel-passwordless-example

laravel laravel-application laravel-applications laravel-authentication laravel-authorization laravel-example laravel-framework laravel-passwordless laravel-tutorial

Last synced: 6 days ago
JSON representation

Example repo for Laravel passwordless login article (see link)

Awesome Lists containing this project

README

        

## What is Passwordless Login?

Passwordless login is a method of login, which works without passwords or other identifiers. The user provides an email address on sign up and gets a so-called magic-link emailed to this email address. On click on this magic-link the sign-in is processed on the backend.

## What is this repo?

This repository is the example source code for [the article](https://bringyourownideas.com/blog/passwordless-login-with-laravel).

## Security Vulnerabilities

If you discover a security vulnerability within this example, please send an message to Bring Your Own Ideas Ltd. via the [contact form](https://bringyourownideas.com/contact).

## License

The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT). So is the source code of the example.

This does **not** include the text of the article. The article itself isn't licensed under an open source license.