What's the advantage over openid?
Some people think that using URLs instead of email address in OpenID was a big mistake. Having in-browser support for this kind of thing seems like a plus, too.
Introducing BrowserID: A better way to sign in
21–30 of 188 posts
Re: Introducing BrowserID: A better way to sign in
#22How is it different from OpenID, apart from it's not decentralized?
Re: Introducing BrowserID: A better way to sign in
#23Let me upload my public key when I create an account on a website, and let the browser interact with my ssh-agent to authenticate.
Re: Introducing BrowserID: A better way to sign in
#24This seems to encourage using the same credentials everywhere which I think most agree is a "bad idea." If BrowserID is compromised, the attackers have access to all the sites where I use browser id, right?
Re: Introducing BrowserID: A better way to sign in
#25What's the advantage over openid?
But then, Google, Facebook and Twitter have reduced the friction for identifying all over the internet, so Mozilla is kind of arriving late to the party.
Re: Introducing BrowserID: A better way to sign in
#26What I'd really want to see is public-key authentication for website. Let me upload my public key when I create an account on a website, and let the browser interact with my ssh-agent to authenticate.
Re: Introducing BrowserID: A better way to sign in
#27Re: Introducing BrowserID: A better way to sign in
#28What I'd really want to see is public-key authentication for website. Let me upload my public key when I create an account on a website, and let the browser interact with my ssh-agent to authenticate.
Re: Introducing BrowserID: A better way to sign in
#29This seems to encourage using the same credentials everywhere which I think most agree is a "bad idea." If BrowserID is compromised, the attackers have access to all the sites where I use browser id, right?
There is a large distinction here - the provider (in the video, BrowserID.org) would have to be compromised, as only they have your credentials. This is quite a bit different and more secure than using the same credentials with many different providers, because in that scenario, the weakest of any party could get compromised and that way compromise all parties.
At least that's how I understand it.
Re: Introducing BrowserID: A better way to sign in
#30What I'd really want to see is public-key authentication for website. Let me upload my public key when I create an account on a website, and let the browser interact with my ssh-agent to authenticate.
That's essentially what this is... with a verification service and web based UI to help bootstrap it.