Live data from Hacker News

Yet Another Sign Up (Why Isn't Open ID More Popular By Now?)

blog.amir.rachum.com

21–30 of 39 posts

Re: Yet Another Sign Up (Why Isn't Open ID More Popular By Now?)

#21
post #16

It's common knowledge now that OpenID has severe usability problems. As much as I wanted it to work, none of my apps' visitors (hell, back in 2006) could understand what it was or how to use it. BrowserID, however, has now fixed most of these issues, and it's very straightforward to use. To try it out, you can have a look at http://www.yourpane.com/

"To log in, just enter your email address below and click the link that we send you. To log in again, you can save the link and use it directly (you don't have to request a new one)." In what world is that more usable than "Click here to login with Google / Yahoo"?

StavrosK has a hybrid auth system -- that's not a part of Persona (née BrowserID). Which is actually kind of cool -- because we use email addresses as identifiers, it's really easy to add Persona support alongside traditional auth mechanisms, and without giving up ownership of your users.

If you want to see a more "pure" Persona implementation, our standard example site is at http://123done.org/ (and you can preview the "Persona" redesign at http://dev.123done.org/).

As for as being as easy for first-time users as "Click here to log in with Google / Yahoo," well, we've got some tricks up our sleeves. Look for a blog post next month at http://identity.mozilla.com/ :)

Re: Yet Another Sign Up (Why Isn't Open ID More Popular By Now?)

#22

It's common knowledge now that OpenID has severe usability problems. As much as I wanted it to work, none of my apps' visitors (hell, back in 2006) could understand what it was or how to use it. BrowserID, however, has now fixed most of these issues, and it's very straightforward to use. To try it out, you can have a look at http://www.yourpane.com/

So I just signed up to your site with BrowserID, clicked the link in the mail they sent me, and got directed to... an almost blank BrowserID page.

You're losing users right there if it doesn't redirect back to your site after account verification.

Re: Yet Another Sign Up (Why Isn't Open ID More Popular By Now?)

#23
post #9

Earlier quoted context omitted.

Or run your own mailserver and hand out email addresses like servicename @ [yourmailserver].com Everything gets forwarded to the same inbox. tuffmail.com is awesome and cheap; I'm a happy subscriber.

I like 33mail.com.

or 33m.co for those quick to type throwaways.

Re: Yet Another Sign Up (Why Isn't Open ID More Popular By Now?)

#24
post #22

It's common knowledge now that OpenID has severe usability problems. As much as I wanted it to work, none of my apps' visitors (hell, back in 2006) could understand what it was or how to use it. BrowserID, however, has now fixed most of these issues, and it's very straightforward to use. To try it out, you can have a look at http://www.yourpane.com/

So I just signed up to your site with BrowserID, clicked the link in the mail they sent me, and got directed to... an almost blank BrowserID page. You're losing users right there if it doesn't redirect back to your site after account verification.

I don't think they can do that, unfortunately. Verification is done when you create a BrowserID account, so it'll never happen again, no matter which site you go to next. You'll just get logged in.

Re: Yet Another Sign Up (Why Isn't Open ID More Popular By Now?)

#26
post #16

Earlier quoted context omitted.

"To log in, just enter your email address below and click the link that we send you. To log in again, you can save the link and use it directly (you don't have to request a new one)." In what world is that more usable than "Click here to login with Google / Yahoo"?

StavrosK has a hybrid auth system -- that's not a part of Persona (née BrowserID). Which is actually kind of cool -- because we use email addresses as identifiers, it's really easy to add Persona support alongside traditional auth mechanisms, and without giving up ownership of your users. If you want to see a more "pure" Persona implementation, our standard example site is at http://123done.org/ (and you can preview…

When are you guys going to add browser support already?!

Also, I love how I can integrate Persona with Django in (quite literally) three minutes, with zero changes to any existing auth mechanism.

Re: Yet Another Sign Up (Why Isn't Open ID More Popular By Now?)

#27
post #22

Earlier quoted context omitted.

So I just signed up to your site with BrowserID, clicked the link in the mail they sent me, and got directed to... an almost blank BrowserID page. You're losing users right there if it doesn't redirect back to your site after account verification.

I don't think they can do that, unfortunately. Verification is done when you create a BrowserID account, so it'll never happen again, no matter which site you go to next. You'll just get logged in.

Yeah, that totally sucks. We're working on it. Support for post-verification redirects should land in production in ~2 weeks, IIRC. There will be an announcement on the Mozilla Identity blog when that goes live. (Sorry to threadsit here!)

Re: Yet Another Sign Up (Why Isn't Open ID More Popular By Now?)

#28

Earlier quoted context omitted.

I don't think they can do that, unfortunately. Verification is done when you create a BrowserID account, so it'll never happen again, no matter which site you go to next. You'll just get logged in.

Yeah, that totally sucks. We're working on it. Support for post-verification redirects should land in production in ~2 weeks, IIRC. There will be an announcement on the Mozilla Identity blog when that goes live. (Sorry to threadsit here!)

Actually yes, now that I think about it, you can just include the referring site in the verification link and redirect back. That will be very handy and help with the visitor drop-off problem.

I'm really hoping Persona takes off, especially with widespread browser support. Will it still need a third party service then, or will everything happen in-browser?

Re: Yet Another Sign Up (Why Isn't Open ID More Popular By Now?)

#29

Earlier quoted context omitted.

StavrosK has a hybrid auth system -- that's not a part of Persona (née BrowserID). Which is actually kind of cool -- because we use email addresses as identifiers, it's really easy to add Persona support alongside traditional auth mechanisms, and without giving up ownership of your users. If you want to see a more "pure" Persona implementation, our standard example site is at http://123done.org/ (and you can preview…

When are you guys going to add browser support already?! Also, I love how I can integrate Persona with Django in (quite literally) three minutes, with zero changes to any existing auth mechanism.

Native browser support is slated for Firefox 17, though it'll be disabled by default for a while, much like with our SPDY support. Of course, native support in Gecko is a hard requirement for our Boot2Gecko phones, and the first big code freeze for that is rapidly approaching (mid-August, IIRC?), so it's absolutely on its way!

Re: Yet Another Sign Up (Why Isn't Open ID More Popular By Now?)

#30

Take this as a few bitter words from an "grumpy OpenID early adopter": * because the user experience really requires you to have the "nascar effect" of several well-known icons. OpenID could scale horizontally technically but in fact it doesn't work that way. Except for a few providers (like Google) it is not "peer to peer" (many to many) but more like "business to customers" (one to many) relation * because the "lik…

> because the user experience really requires you to have the "nascar effect"

Seriously. I love SO, but this is one of the scariest log in pages I've ever seen: https://img.skitch.com/20120627-d49s8rqaeu5p5d3dkmn2p26tim.p...

Post reply on HN