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)
- Host: GitHub
- URL: https://github.com/spekulatius/laravel-passwordless-example
- Owner: spekulatius
- Created: 2020-05-03T06:12:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-28T10:42:28.000Z (almost 2 years ago)
- Last Synced: 2024-05-03T04:00:50.191Z (about 1 year ago)
- Topics: laravel, laravel-application, laravel-applications, laravel-authentication, laravel-authorization, laravel-example, laravel-framework, laravel-passwordless, laravel-tutorial
- Language: PHP
- Homepage: https://bringyourownideas.com/blog/passwordless-login-with-laravel?stage=Stage
- Size: 453 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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.