spekulatius / laravel-passwordless-example

Example repo for Laravel passwordless login article (see link)

Home Page:https://bringyourownideas.com/blog/passwordless-login-with-laravel?stage=Stage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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.

License

The Laravel framework is open-sourced software licensed under the MIT license. 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.