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.

Show HN: No More Passwords, Just Email

23 pointsby brent_noordaover 11 years ago

19 comments

lazerwalkerover 11 years ago
As a power user, it's easier for me to invoke my password manager than it is to open up my mail client and copy/paste in a one-time key.
评论 #6848429 未加载
评论 #6848064 未加载
评论 #6848381 未加载
daleharveyover 11 years ago
related: <a href="https://login.persona.org/" rel="nofollow">https:&#x2F;&#x2F;login.persona.org&#x2F;</a><p>I will be a very happy person when &#x2F; if I see a persona login page on more sites
评论 #6847826 未加载
评论 #6848059 未加载
评论 #6848287 未加载
wikwocketover 11 years ago
I applaud any effort to fix the &quot;password problem,&quot; but isn&#x27;t this functionally equivalent to just using the &quot;Forgot my password, email me a reset code&quot; link every time you want to log in?
评论 #6847841 未加载
评论 #6847931 未加载
评论 #6848134 未加载
Ryokuover 11 years ago
Then a new and huge list of security problems arises when you have to bother the user with getting a new code every time if they have the sense of closing their browser and cleaning their cookies each time they close their browser (which could be as often as whenever they leave their computer); the fact that loosing control of a single email makes you lose control to the account in every site using this system, which beats the idea since that email is most likely password protected anyway; etc, etc.<p>In a nutshell: &quot;In most cases you won&#x27;t need to do this often&quot; is a HUGE fallacy. It depends on the security rules you work&#x2F;live by. Plus, it would make it really annoying to use if on top you&#x27;re using TOR.<p>Yes, passwords need to be fixed. They are weak, problematic and a security cheddar cheese. It is why we are now implementing two factor authentication. Changing the &quot;fixed password&quot; strategy to a &quot;random and time limited password&quot; strategy isn&#x27;t exactly solving more issues than it raises. Again, from a security-wise stand point.<p>May be if this was implemented with something different than your email. Like, for example, a bank tokens or cell phone verifications... which, again, are part of a two factor authentication because by themselves they would be too easy to break.<p>Think about the following scenario: You use X site with this email auth system and, for example, Thunderbird. Stand up and go to the bathroom or a meeting or whatever without locking your computer. Presto! I won&#x27;t even need to guess a password and get access. Of course getting access to X site would be the least of your worries in that example, but it illustrates the point I&#x27;m trying to make.
评论 #6853119 未加载
jereover 11 years ago
Is this any better than a link that logs you in automatically? A link would be easier and more secure. I&#x27;ve actually been thinking of that as a super simple login method lately, but I don&#x27;t know if people would use it.<p>As a proof of concept, I couldn&#x27;t actually get your site to work because by the time I understood the UI flow, it was throwing an alert saying &quot;Error with that email address&quot;. Also, this goes to spam for me... just to let you know.
评论 #6853110 未加载
评论 #6849324 未加载
tedunangstover 11 years ago
So now I have to type my email password into my friend&#x27;s insecure computer every time I want to use your site? I think I&#x27;ll be using your site a lot less.
mschuster91over 11 years ago
Interesting concept - but what happens if you lose control of your email account (as a user)?<p>Imagine e.g. problems with your DNS (self-hosted and you forgot to renew the domain), outages of your mail provider, or the worst case (for the service provider): your outbound mail server is placed on a blacklist.<p>This way your entire user management system goes up in smoke without ANY way for you to fix it!
评论 #6847839 未加载
评论 #6847795 未加载
评论 #6847820 未加载
评论 #6847801 未加载
alexsmolenover 11 years ago
I built and open-sourced something like this a while ago: <a href="http://nopassword.alexsmolen.com" rel="nofollow">http:&#x2F;&#x2F;nopassword.alexsmolen.com</a><p>HN thread here: <a href="https://news.ycombinator.com/item?id=4570600" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=4570600</a><p>It&#x27;s a great concept, but like any new authentication mechanism there&#x27;s a usability and security cost due to the lack of familiarity.<p>Plenty of authentication mechanisms are &quot;better&quot; than passwords, but passwords are well-understood and flexible, which is a huge advantage for almost all sites.
kijedaover 11 years ago
For me, a big concern is propagation delay in the email. It sends a token that is valid for only 5 minutes, but with greylisting performed by the spam-filtering machinations in my email provider, there is a good chance I will not get that email within 5 minutes. Trying to send a second one will probably result in some kind of exponential back off penalty also.<p>For that reason alone I don&#x27;t see how only using email verification as a low-friction way to log in makes sense.
dspillettover 11 years ago
Ooh, no.<p>I really don&#x27;t consider email nearly reliable enough for any important logins.<p>It might work if I have a password in my password manager as a fallback, but then just using the password manager would be the way to go.<p>Edit: Actually this could work as the fallback for if I for some reason don&#x27;t have access to the password manager, so I might use it but not for the intended purpose.
this_userover 11 years ago
The big problem with something like this is that it introduces an attack vector that could compromise all of its users accounts at once and thus making it a major target for attackers (and spy angencies). I don&#x27;t see any solution for this in a world where even companies with extensive security know-how like Google are successfully attacked.
评论 #6848016 未加载
mattupstateover 11 years ago
No offense, but this isn&#x27;t a new idea. I&#x27;ve built this feature into Flask-Security, a Flask extension I maintain.
评论 #6849536 未加载
Xeoncrossover 11 years ago
For those that are interested, I got the ball rolling with email-based logins by building <a href="http://swiftlogin.com" rel="nofollow">http:&#x2F;&#x2F;swiftlogin.com</a>. I was glad to see the idea improved by Mozilla later that year and all the growth since then.
评论 #6848158 未加载
wilaover 11 years ago
He&#x2F;(she?) had more of a point if the website would have worked without having to enable javascript for the meteor domain, not even reading it now.
评论 #6848434 未加载
评论 #6848314 未加载
gagegeover 11 years ago
This would have been relevant to me a year ago, before I started using &lt;insert password manager with browser plug-in here&gt;.
ankit84over 11 years ago
How do you solve first account problem? If this gets used by email hosting, and I am creating my first email ID
anonymoushnover 11 years ago
This just says &quot;Error with that email address&quot; for a gmail address.
评论 #6849332 未加载
fophillipsover 11 years ago
&quot;Error with that email address. Please try again&quot;
blcknightover 11 years ago
But...how do you get to your e-mail?