2017 © Pedro Peláez
 

library passwordless

Passwordless login.

image

knowfox/passwordless

Passwordless login.

  • Thursday, March 22, 2018
  • by oschettler
  • Repository
  • 1 Watchers
  • 0 Stars
  • 154 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 1 % Grown

The README.md

Passwordless Login for Laravel

This module implements a Medium/Slack-inspired password-less login for Laravel sites. It is part of the personal knowledge management system Knowfox., (*1)

Installation

  • Require the module into your project by composer require knowfox/passwordless
  • Install the service provider by adding the line Knowfox\Passwordless\ServiceProvider::class, ... in array providers in your config/app.php.
  • Remove the line Auth::routes(); ... from your routes/web.php
  • Define a variable MAIL_DOMAIN in your .env.
  • Be sure to set your APP_NAME to the name of your app.
  • Fill in a working mail configuration, e.g. through mailtrap.io

Credits

The approach follows a blog post by Matt Stauffer., (*2)

The Versions

22/03 2018

dev-master

9999999-dev

Passwordless login.

  Sources   Download

GPL v3 GPL-3.0-or-later

The Requires

 

by Olav Schettler

23/08 2017

0.4.0

0.4.0.0

Passwordless login.

  Sources   Download

GPL v3

The Requires

 

by Olav Schettler

26/06 2017

0.3.0

0.3.0.0

Passwordless login.

  Sources   Download

GPL v3

The Requires

 

by Olav Schettler

25/06 2017

0.2.0

0.2.0.0

Passwordless login.

  Sources   Download

GPL v3

The Requires

 

by Olav Schettler

31/05 2017

0.1.0

0.1.0.0

Passwordless login.

  Sources   Download

GPL v3

The Requires

 

by Olav Schettler