Hacker News new | ask | show | jobs
by cobweb 3894 days ago
From my limited knowledge of BrowserId, it feels slightly wrong to me to place my identity in the web browser. What happens if someone borrows my PC, or I have multiple identitiesL This is still a bit of a 'mare for me when swapping between web browsers. Perhaps you should be able to hook an identity into any running app, via an identity manager/authentication agent.
2 comments

BrowserId didn't tie your identity to your browser. It tied your identity to your email address, and made it possible to have several identities to choose from.

The selling point was the browser integration. This would be especially awesome on mobile.

Well that sounds better. But perhaps a poor choice of name. VisitorId might have been more appropriate.
BrowserID wasn't intended to place your identity in the web browser, it was intended to place your identity manager/authentication agent in the browser. Your identity under BrowserID is whatever email address you wish to use, and BrowserID as a protocol is about A) how to verify that the user controls that email address, then B) how to cache that verification in the browser so that the user can easily reuse that email identity across multiple pages/sites.

The login flow for Persona/BrowserID is essentially "Which email would you like to use for this site?" and let you use the same email for just about all of them or keep multiple identities, as many identities as you have email addresses you care to use.