by fufulabs on 7/29/12, 11:46 AM with 97 comments
by haldean on 7/29/12, 1:17 PM
I don't buy his premise, either; he claims you need to interact with "6 different controls" to log in to Facebook, but (a) you only interact with 4 of them and (b) that's only the first time you log in from that computer. He's trying to solve a problem I have never experienced. I'm curious to see if others have felt overwhelmed by the number of controls on login forms; this is a problem I've never had.
by zdw on 7/29/12, 2:03 PM
Also, using an email backchannel and one time keys moves the security from an encrypted connection (assuming SSL) to an unencrypted SMTP connection anyone can view...
Back in the good old days of UUCP you might wait a day or two to get mail from across the globe...
by masimpson on 7/29/12, 2:22 PM
Present the end-user with a certificate management dialog when they open a browser for the first time. That would allow them to either browse for an existing certificate or create a new one. After one is created they're given a copy which could be used in any other browser at a later time. From that point on, each time a Web server requires authentication it could be handled behind the scenes. No log on page, no passwords, no user names; only aliases and a push button start. Signing up would become a one click affair, as well. Press the button, and the browser sends the public key to the Web server. A site gets hacked? Big deal, there are no vulnerable hashes -- only public keys. You would never be required to remember anything more than backing up your certificate. Worried about recovery? Do what you would do with SSH. Pop the cert on a thumb drive and hide it. Hell, even create a feature in that management dialog to do it for you.
This of course would require a large standards body and the involvement of every major browser company. But in the end, it would be easier.
by jsmcallister on 7/29/12, 2:18 PM
I do agree with his point that memorizing passwords can get cumbersome, especially with different sets of rules for different logins. However, the majority of people store their passwords in their everyday browser or just stay logged in indefinitely.
The real solution to "doing away with passwords" lies in recognition technology on devices. What if my keyboard could recognize my identity and pass that along to authorized sites as login credentials? What if my iPhone could do the same? I'll defer the argument of privacy in visiting sites where you don't want your identity revealed for another time.
by crcsmnky on 7/29/12, 2:58 PM
This could potentially introduce an increase in spam if users are now instructed to click on links in emails blindly as long as they match a site that they're familiar with.
Leaving one app/tab for another seems like bad UX to me. This doesn't seem any better than the OAuth dance, even if it uses a much more seemingly familiar mechanism.
by dazbradbury on 7/29/12, 4:15 PM
It offers password-less log-in, and also remembers your username/email client-side. The only issue is lack of support for facebook/twitter log in out of the box - but that is apparently in development.
It doesn't seem to be widely adopted, and that is possibly due to the reliance on Google servers it adds to your service. Whether that comes back to haunt us or not I don't know - but I have a backup system in place in case GITKit does stop working!
by sturadnidge on 7/29/12, 5:57 PM
Second, there is not a single mention of the biggest problem with passwords currently: the apparent inability of many sites to store them securely. I'll take this method of authentication over a password based one any day for probably 90% of the sites I have an account with currently. Especially sites like HN (not implying insecure password storage on HN - just saying for any forum based sites, it's more than adequate IMHO).
by javajosh on 7/29/12, 6:57 PM
What sort of thing represents a secure, real-time channel to which only you have access? Note that, unlike email, we are not interested in queueing messages in this channel. My first thought runs to a public URL, a place where anyone can post anything, and it will appear on all your devices (possibly within the browser).
So basically as long as you maintain credentials to access that channel, sites have a good way to give you a one-use login URL.
In an ideal world, you're browser would have a password protected private key and knowledge of what your personal URL is. All sites requiring login would ask the browser for that URL, and the site would send a one-time login URL to the channel URL, and the browser would be smart enough to just follow the link.
Bam, login nirvana.
by woah on 7/29/12, 3:42 PM
That being said, can it work "halfway"? It seems the main benefit of this approach (from a UX standpoint, disregarding security etc.) would be to simplify things for people who always use one device and forget and reset their passwords all the time anyway.
What one could do is to simply reverse the prominence of the "enter password" and "reset password" steps of your login flow.
Enter your email, and get a big fat "Get Login Link" button below the field. Next to it is a small link that says "use password"
by carsongross on 7/29/12, 1:29 PM
by MatthewPhillips on 7/29/12, 2:06 PM
by lorewarden on 7/29/12, 6:30 PM
Relying on something you have (mobile phone with a trusted app on a trusted network) instead of something you know (passwords) can be an interesting choice. Ideally you'd require both (something you know and something you have), but we want to avoid passwords.
by sirwitti on 7/29/12, 3:13 PM
Anyway, I like the idea of questioning the current way of user authentication!
by mandeepj on 7/29/12, 7:51 PM
Express registration may work for well for those who have hard time coming up with strong passwords or don't want to think about a password while doing another new registration. We started this feature as an experiment and will evolve\refine it based upon the usage.
Once the user confirms their account if they selected "remember me" checkbox then we don't require them to login, we just check for authentication cookie.
I do not agree with the author regarding his vision for "password reset tool feature to send the link in the email". Sometimes users want to take control of their password and do not want to remembered for security reasons.
by maxlemons on 7/30/12, 9:41 PM
Not only can you register and login with only and email, you can review and revoke your active sessions.
People who are complaining about the speed of email - the session could last indefinitely until you log out, which would reduce the number of times you had to perform the ceremony. Plus, think about the benefits of this when you need to authorize a TV, phone, etc. You can simply visit a link in your email instead of copying and pasting or typing in those form factors.
I'd also like to integrate SMS to support optional dual-factor authentication, which should get help fix the single point of trust problem.
by mollstam on 7/29/12, 1:24 PM
Non-power users (11 yo kids) maybe don't always have their inbox open/session active.
Best case scenario with one e-mail entry for multiple devices stand in conflict with link only being usable once.
Don't get me wrong, I think passwords are horrible but this post was just made in too much of a hurry.
Interesting topic!
by freshhawk on 7/29/12, 6:26 PM
Combined with a simple standard for credential exchange (get request to example.com/login to get the list of required fields, post to https://example.com/login to login. Or more likely, some existing standard that handles more cases and is already thought out) this whole annoying problem is no longer affecting every person who uses the web.
Is it too late for this? I feel that it probably would be very difficult to make this work now, it's too late and the browsers wouldn't go up against google and facebook who now want to own and track your identity.
That makes me sad, that kind of stagnation cuts off whole important areas of progress for web users.
by IceCreamYou on 7/29/12, 5:49 PM
by Sami_Lehtinen on 7/29/12, 4:00 PM
by stcredzero on 7/29/12, 4:31 PM
The hardware would only run signed Apple firmware and be separated from the CPU and most of the rest of the device, except for access to radios.
by drcube on 7/29/12, 6:58 PM
Next time you think about starting a web service (that doesn't handle money!), think about what you lose by getting rid of user accounts entirely. It probably isn't much.
by uptown on 7/29/12, 7:39 PM
by kevinSuttle on 8/3/12, 4:28 PM
http://www.fastcodesign.com/1670097/ford-schools-apple-with-...
by Johngibb on 7/29/12, 5:53 PM
by spartas on 7/29/12, 2:08 PM
We could suggest that Facebook implement something like this. Seeing a login control containing 950MM names would be rather comical.
by empire29 on 7/29/12, 4:56 PM
by agscala on 7/29/12, 5:37 PM
This is just silly and a login form like this would drive me crazy
by Spoom on 7/29/12, 4:31 PM
by rocky1138 on 7/29/12, 2:39 PM
by bbwharris on 7/29/12, 1:38 PM
by shyn3 on 7/29/12, 1:44 PM
Enterprise users seem to be on Outlook all the time checking their e-mails so this would work if you can't tie your passwords into AD/Exchange.
Maybe have an option to have a token that can be entered or a link clicked.
I get all my e-mails on my phone so if I received a code that I can enter in my phone that can work. I could also click a link in Outlook and be logged on.
Now if someone has my phone which is receiving my e-mails and they enter the e-mail on a website and receive the secure login we got a big problem. I don't know how to get around that.
Interesting discussion, but some flaws. I would think it requires some sort of 2-factor auth to save people whose e-mail addy is compromised.
by ef4 on 7/29/12, 2:13 PM
by kbatten on 7/29/12, 7:26 PM
If something is compromised (which has happened) then I have a list of every single site where I have an account, and can change the passwords.
A side benefit to this is if someone needs to access something (most likely while traveling, or if I'm dead) all the information is there for them.
by pbreit on 7/29/12, 2:53 PM
by jjm on 7/29/12, 4:01 PM
by spullara on 7/29/12, 7:43 PM
by Kwpolska on 7/29/12, 2:55 PM
by lukeholder on 7/29/12, 1:19 PM
Even most incompetent users like my mum save their password into the browser keychain so it ends up bring only a single click anyway.
Things like browserID are solving this far more simply.
by dewey on 7/29/12, 2:22 PM
by therandomguy on 7/29/12, 3:36 PM
by skue on 7/29/12, 6:10 PM
Currently there's a fair chance that the victim can reset passwords and change contact info for their online services before the hacker bothers to do so. But this would be impossible if email were used as the sole form of authentication.
by pknerd on 7/29/12, 7:46 PM
by renas on 7/29/12, 2:41 PM
by drivebyacct2 on 7/29/12, 7:03 PM
Just use BrowserID.