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.

Ask HN: What's your preferred authentication method as an end-user?

4 pointsby horizontech-devabout 5 years ago
To be clear, looking to hear whats your preferred authentication method as an end-user (not as a developer).<p>Example:<p>Phone Number Gmail Social (fb, linkedin, github etc)<p>Sorry, if there is already a discussion around this. Feel free to link me.

4 comments

pwgabout 5 years ago
login-id + password<p>Random websites simply <i>do not</i> get my phone number (and if they persist, they often receive 123-456-7890 which quiets them down). I do not use gmail (and random websites would not get it if I did). I also do not use fb&#x2F;linkedin, but even if I did, random websites also would not get that information either. Do have a github account, but again, random websites will not receive that information either.
评论 #22771490 未加载
ColinWrightabout 5 years ago
I second everything that pwg said[0]. Why should I give a random website information? There has to be an exchange, and it has to be fair. Do they provide enough value for me to give them information?<p>Rarely.<p>Do they <i>need</i> the information to perform the service they are offering?<p>Rarely.<p>For me, login-in &#x2F; password. If they&#x27;re asking for more then it had better be obvious from the start that it&#x27;s worth the trade.<p>[0] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22771460" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22771460</a>
zzo38computerabout 5 years ago
For HTTP(S) stuff, HTTP authentication (basic or digest auth). However, better would be to use SASL (which is usable with many protocols, although I think HTTP(S) unfortunately doesn&#x27;t), and then from that to have some sort of SASL method which allows decentralized authentication like OpenID but does not require a web browser.<p>What I hate is using a telephone number (I don&#x27;t want them to call me on the telephone, and other people in my house might use the same service so then that won&#x27;t work so well!), Gmail (I don&#x27;t use it), GitHub (again I don&#x27;t use it), Facebook (again I don&#x27;t use it), etc.
gshdgabout 5 years ago
Email + password. I can isolate the email in case of breaches and it helps avoid leaking behavioral data to social networks.