Honest question: As an app builder, why would you use this instead of facebook? Many more users are going to have Facebook logins already, and it provides social information that may be useful to your app. (Hoping to hear answers other than the dev-centric 'I don't like facebook')
Introducing Mozilla Persona, An Identity System for the Web
11–20 of 131 posts
Re: Introducing Mozilla Persona, An Identity System for the Web
#12Honest question: As an app builder, why would you use this instead of facebook? Many more users are going to have Facebook logins already, and it provides social information that may be useful to your app. (Hoping to hear answers other than the dev-centric 'I don't like facebook')
Re: Introducing Mozilla Persona, An Identity System for the Web
#13Honest question: As an app builder, why would you use this instead of facebook? Many more users are going to have Facebook logins already, and it provides social information that may be useful to your app. (Hoping to hear answers other than the dev-centric 'I don't like facebook')
Re: Introducing Mozilla Persona, An Identity System for the Web
#14Honest question: As an app builder, why would you use this instead of facebook? Many more users are going to have Facebook logins already, and it provides social information that may be useful to your app. (Hoping to hear answers other than the dev-centric 'I don't like facebook')
One good reason: If Facebook goes broke, or decides to stop offering their authentication service, or anything like that, your user database is now filled with useless Facebook user IDs. If Mozilla's Persona system goes broke or gets taken offline, your user database is now filled with perfectly good, validated email addresses, so you can still contact your users and/or match up new registrations with existing accoun…
You can additionally just ask for the users email address.
Any one building a serious business using facebook auth does one of the above.
Re: Introducing Mozilla Persona, An Identity System for the Web
#15So we have this, Open ID, Facebook, Twitter, Google, Microsoft Passport/Live ID, and probably like five other major players I'm forgetting. I apologize for being pessimistic, but this just doesn't seem like a solvable problem. I want it to be solvable, but players like Facebook benefit far too much for them to not push their particular version of "universal" login on everyone. Every player seems to think they are the…
http://www.identityblog.com/stories/2004/12/09/thelaws.html
Ballmer had both the plans and source code for an identity product that would have been 10x more advanced than Facebook, but they decided to axe the project so they could make the Zune instead.
Re: Introducing Mozilla Persona, An Identity System for the Web
#16So we have this, Open ID, Facebook, Twitter, Google, Microsoft Passport/Live ID, and probably like five other major players I'm forgetting. I apologize for being pessimistic, but this just doesn't seem like a solvable problem. I want it to be solvable, but players like Facebook benefit far too much for them to not push their particular version of "universal" login on everyone. Every player seems to think they are the…
https://github.com/mozilla/browserid-bigtentRe: Introducing Mozilla Persona, An Identity System for the Web
#17So we have this, Open ID, Facebook, Twitter, Google, Microsoft Passport/Live ID, and probably like five other major players I'm forgetting. I apologize for being pessimistic, but this just doesn't seem like a solvable problem. I want it to be solvable, but players like Facebook benefit far too much for them to not push their particular version of "universal" login on everyone. Every player seems to think they are the…
we had dozens of search engines when google came out. someone just hasn't got it right yet.
Re: Introducing Mozilla Persona, An Identity System for the Web
#18Earlier quoted context omitted.
One good reason: If Facebook goes broke, or decides to stop offering their authentication service, or anything like that, your user database is now filled with useless Facebook user IDs. If Mozilla's Persona system goes broke or gets taken offline, your user database is now filled with perfectly good, validated email addresses, so you can still contact your users and/or match up new registrations with existing accoun…
If you ask for the permission Facebook will give you the users email address. You can additionally just ask for the users email address. Any one building a serious business using facebook auth does one of the above.
Re: Introducing Mozilla Persona, An Identity System for the Web
#19Earlier quoted context omitted.
we had dozens of search engines when google came out. someone just hasn't got it right yet.
And yet some would argue that Google has begun to get search wrong. What happens when the "right" identity solution does the same?
Re: Introducing Mozilla Persona, An Identity System for the Web
#20http://people.mozilla.com/%7Efaaborg/files/projects/firefoxA...
There's also some work on integrating existing e-mail providers, so you can get instant identities:
http://identity.mozilla.com/post/17207734786/id-provider-sup...
This is probably the web-thing I'm most excited about today, even though the development is kinda slow. I really want to implement it as a sole identity provider on my websites some day.
EDIT: I also began writing a Safari extension that would work like the mockup above, but gave up halfway since it was too convoluted and totally insecure... maybe I should try writing a SIMBL plugin or something like that.