Implementing Login Links

Hello guys,

I have a web app and I want to implement a “Login without a password” process. Something I’ve seen recently seen in a few apps and love as a concept as it relies on the email security.

This is the closest web page I found doing a Google search on the topic:

https://support.guidebook.com/hc/en-us/articles/360044405033-Login-Links-Secure-Authentication-without-Passwords

For me this parragraph describes the functionality I’m looking to implement.

“To this end, login links enable users to more securely onboard [], in fewer steps without needing to enter a temporary password. This is made possible by using the security of a user’s email inbox for authentication rather than a temporary password written in plain text. This eliminates common issues like incorrectly entering the temporary password, forgetting an existing password, having to complete the password reset procedure, users writing down their passwords, etc.”

Thanks in advance and regards, Frankie