PHPackages                             aldo/laravel-passwordless-login - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. aldo/laravel-passwordless-login

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

aldo/laravel-passwordless-login
===============================

Log into your application using just a link

v1.0.0(1y ago)11[6 issues](https://github.com/Aldoo24/laravel-passwordless-login/issues)PHPPHP ^8.2

Since May 6Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Aldoo24/laravel-passwordless-login)[ Packagist](https://packagist.org/packages/aldo/laravel-passwordless-login)[ Docs](https://github.com/Aldoo24/laravel-passwordless-login.git)[ RSS](/packages/aldo-laravel-passwordless-login/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

Laravel Passwordless Login
==========================

[](#laravel-passwordless-login)

A login link generator for Laravel
----------------------------------

[](#a-login-link-generator-for-laravel)

This package provides a temporary signed route that can be used to login a user. You can implement the login yourself or you can use the implementation provided by this package. It includes a must verify email registration and a passwordless login implementation.

### Installation

[](#installation)

```
  composer require aldo/laravel-passwordless-login
```

Publish the config file

```
  php artisan vendor:publish --tag=passwordless-config
```

### Usage

[](#usage)

In the published config file you should set the correct user model namespace and the name of the route that is going to be used to verify the generated login link. Your can also set the expiration time you want for the link.

```
