Live data from Hacker News

Why we love Mozilla Persona

blog.zonino.co.uk

31–40 of 164 posts

Re: Why we love Mozilla Persona

#31
post #16

What happens to my account if Persona dies or is temporarily down? Does that mean that I'm locked out?

The goal is to not require a 3rd party server. If they could get the protocol in browsers natively, they don't need it.

Re: Why we love Mozilla Persona

#33
post #5

Persona is an elegant, powerful idea that is 100% in the users interest. I dearly want to see it gain traction. Kudos for disseminating your enthusiasm.

Here's a crazy simple way to implement Persona authentication for your Apache-deployed apps/sites:

https://github.com/mozilla/mod_authnz_persona

(I know Apache may not be that popular with the HN crowd anymore, but I don't currently have the time to dive into nginx and do the same for it. Nevertheless, if anyone wants to do that, I'd be happy to answer questions and provide pointers into the Apache code.)

Re: Why we love Mozilla Persona

#34
post #13

Earlier quoted context omitted.

2FA is a nice add one but not a panacea. Any account will be compromised - it's only a matter of time. When that happens, it's best (as recent articles in Wired, Ars Technica and others demonstrate) to have a broad account "ecosystem".

Hm, interesting. I see your point. What about Facebook/Google/Twitter Sign In buttons - do you think Persona is an improvement over those?

technically - yes, it frees me from being part of (google/fb/twitter... whatever network is trendy now) and still sign in, practically,at the present moment, no - only geeks know about it

Edit/update: if compromised, you loose all linked accounts, however, with google/fb/.... it is the same, but this is less leaky to 3rd party, if this comes as default login, then we would have only a dozen of logins (persona/email, + important accounts, e.g. banking something similar... ), not ~100 of them, thus resetting 100 passwords is just 1 action

Re: Why we love Mozilla Persona

#35
post #7

Earlier quoted context omitted.

My understanding of the technology is that the endgame for persona is that you don't have to trust a third party. Instead, the authentication will be provided by the browser itself (the protocol behind Persona is called Browser ID). The current implementation is just a shim until browsers provide support for it natively.

The authentication will actually be provided by your identity provider (which will usually, but not necessarily, be your email provider).

Did they give up on the in-browser stuff? Or did I just get the plan completely wrong then?

Re: Why we love Mozilla Persona

#36

Yet another OpenID/OAuth/Whatever? Another SPOF. Give me separate logins and KeePass any day.

The protocol itself doesn't come with an SPOF. Only the transitional current implementation, required for bootstrapping purposes, does require the JavaScript shim hosted by Mozilla. In the future, at least Firefox itself (on desktop, Android, and Firefox OS) will come with built-in support.

And, quite importantly, running your own identity provider (which is another SPOF in many systems) is pretty straightforward and well-defined in the Persona ecosystem.

Re: Why we love Mozilla Persona

#37
Persona is _awesome_. I use it on all my sites.

But it also proof that being awesome not only is not good enough to be successful, but simply doesn't matter. The user is not interested in a solution that is awesome, but one that doesn't scare him. And a big ugly third-party popup is as scary as stuff on the web gets these days.

Remember Ogg Vorbis?

Re: Why we love Mozilla Persona

#38
post #35

Earlier quoted context omitted.

The authentication will actually be provided by your identity provider (which will usually, but not necessarily, be your email provider).

Did they give up on the in-browser stuff? Or did I just get the plan completely wrong then?

If I recall correctly, the in-browser stuff is just a UI for selecting your email address and contacting your identity provider.

Re: Why we love Mozilla Persona

#39
post #24

In principle, Persona is great. Not storing passwords is awesome, a non-FB/Google/Twitter identity option is important. I would encourage you, though, to look carefully at your login completion metrics. I implemented Persona on my site ( http://www.sixquestions.co ) to have a pure email option and although users clearly prefer it, about 35% complete the Persona login flow successfully. That's 10 points lower than our…

Why not keep it as a (perhaps less prominent) alternative?

Re: Why we love Mozilla Persona

#40

> We think that Persona is a great attempt at improving usability, security and privacy... We use Persona and love it. However, I wouldn't trust Persona for securing sensitive information. There seems to be no password requirements (at least when I checked months ago.)

That's incorrect, the identity provider is not specified by the protocol. Each user can use whatever IdP they want, with arbitrary password requirements.

I built my own IdP that has 2-factor auth, for example: https://www.persowna.net/

Post reply on HN