Hacker News new | ask | show | jobs
by timon-io 2421 days ago
Given the amount of people I've seen using 'forgot-password'-feature every time to log in, I wonder why 'email-as-identity-provider' isn't used more ofter. Especially for 'casual' sites you use rarely.

Any idea, other than maybe phishing?

5 comments

Mozilla tried that once and failed. I really miss it. https://en.wikipedia.org/wiki/Mozilla_Persona
I assume other than phishing it's also the poor UX of switching to your email inbox and then back to the browser, which can be especially bad on mobile.

That being said, I like the idea and have asked myself that question before as well.

And yet many people are already doing that because of two-factor security codes many services use to make sure it's you.
If you mean login through email link, firebase auth provides a very easy implementation of it.
You can do this for logging into Slack IIRC (might be mobile only?).
Slack’s magic link works on mobile and desktop.
Doesn't Medium do this?