Live data from Hacker News

Why we went passwordless on our new product

spike.sh

11–20 of 76 posts

Re: Why we went passwordless on our new product

#15
Quite a few standard password login flows have a "magic link" stream already, in the guise of password recovery -- enter your username on a link, click "forgot password", and get an email with a magic link allowing you to log in (after resetting the password). Which means the security model is not, in some cases, exactly what it appears to be...

Re: Why we went passwordless on our new product

#18
post #10

Magic links are really REALLY annoying if cookies get removed often or if you don’t have access to email. Offer a password option, people! Back it up with a magic link if you must but offer a password! Especially if your magic links go to spam.

Its an even bigger friction for users, essentially I have to login to another service to login to yours.

Re: Why we went passwordless on our new product

#19
One thing I like about the implementation that magic.link provide which isn't clear from reading the article is that the device you use to log into the passwordless service and the device you use to log into your email can be different. For example, I can log into this incidents.sh service on my work PC and click the one-time link on my phone and it will work. No need to sign into my email account on my work PC.

Re: Why we went passwordless on our new product

#20
post #15

Quite a few standard password login flows have a "magic link" stream already, in the guise of password recovery -- enter your username on a link, click "forgot password", and get an email with a magic link allowing you to log in (after resetting the password). Which means the security model is not, in some cases, exactly what it appears to be...

Those can be actually worse because you end up having to choose a different password every time, and you're probably not going to make it stronger every time you forget...
Post reply on HN