TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Experiences with Email-Based Login

4 点作者 justinucd大约 5 年前

2 条评论

tgsovlerkhgsel大约 5 年前
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?
1cvmask大约 5 年前
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.