ollieread / multiauth

Laravel multi auth
441 stars 109 forks source link

[4.0][Idea] Magic link login #128

Closed ollieread closed 5 years ago

ollieread commented 5 years ago

The same methods employed in the verify email address functionality could be applied to magic link login.

This would be guard specific, allowing for users to just provide an email address which is sent a link that would log them straight in, without needing to enter their password.

Passwords would still be used as a fallback.