TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Experiences with Email-Based Login

4 pointsby justinucdabout 5 years ago

2 comments

tgsovlerkhgselabout 5 years ago
An organization I&#x27;m a member of uses this for sign-in to the membership management platform. There, I think it works well, and I haven&#x27;t been annoyed by it. I use it rarely, and definitely rarely enough that if I tried to memorize the password I&#x27;d have to go through the password reset workflow every time.<p>Scaleway (basically a cheaper, European version of Digital Ocean) offers this option, and it annoys me because it used to mean an extra button click before the password field shows up. (Nowadays, they instantly detect that your password manager filled out the password after you click the button and then instantly log you in.)<p>I think it&#x27;s a viable alternative for something that people use rarely, but for frequent actions, &quot;site specific bearer token managed by your browser&quot; is the most convenient for most people, and the easiest way to implement that right now is with a password (which may be generated by the browser, saved by the browser, and filled by the browser).<p>Is there anything API that explicitly has the browser authenticate with a cryptographic key that reliably works across the major browsers and syncs from one device to another? WebAuthn seems to be going in that direction - but is a mode that doesn&#x27;t require a U2F key supported in practice?
1cvmaskabout 5 years ago
I started to avoid using such sites and services with the “unmagical” email link. Was especially frustrating when I don’t have the multiple emails on my multiple devices. The iPad I use does not have my work email set up for example. I use a password manager and this annoyance is not necessary at all.<p>Maybe sites can offer both choices if they insist on email authentication.<p>There is also a huge swath of humanity who do not interact with emails anymore, especially in developing countries.<p>Many sites in India offer both username&#x2F;password and the option of logging with your mobile number and a text entry code sent.