Hacker News new | ask | show | jobs
by mattbgates 3289 days ago
While passwords are still my preferred method, I was trying to think about ways to incorporate a passwordless system.

I like the method that Slack has.. while they offer the old method of logging in with a password, their other method is to send your email a link and then once that link is clicked, they set a cookie indefinitely.

The other way is once a user registers for an account, they get an email to login, but before they can login, they have to enter in their phone number, so then from then on out, every time they enter in their email, they will get sent a text message and simply have to enter in a code.

It is still not technically passwordless, but it certainly is a unique method to have people login.

No matter how far we come though, the username and password seem to still be our best method of knowing WHO YOU ARE and verifying the account belongs to you.