Download the PHP package wingsline/passwordlessauth without Composer
On this page you can find all versions of the php package wingsline/passwordlessauth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wingsline/passwordlessauth
More information about wingsline/passwordlessauth
Files in wingsline/passwordlessauth
Package passwordlessauth
Short Description Passwordless Authentication for Laravel
License MIT
Homepage https://github.com/wingsline/laravel-passwordlessauth
Informations about the package passwordlessauth
PasswordlessAuth
This package will enable passwordless authentication using temporary signed routes. Take a look at contributing.md to see a to do list.
Installation
Create a new Laravel application with:
Via Composer
Remove the Auth::routes();
from the routes/web.php
and replace it with:
Replace the following route names in the original views with the passwordless.
prefix:
- login -> passwordless.login
- register -> passwordless.register
- logout -> passwordless.logout
- verification.resend -> passwordless.verification.resend
Replace the auth
middleware in app/Http/Kernel.php
:
Add the following method to the User
model and make sure the model
implements the Illuminate\Contracts\Auth\MustVerifyEmail
interface:
Change log
Please see the changelog for more information on what has changed recently.
Testing
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Arpad Olasz
- All Contributors
License
MIT. Please see the license file for more information.