TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

BrowserID: Logging in with BrowserID, Passport and NodeJS

51 pointsby jaredhansonabout 13 years ago

5 comments

callahadabout 13 years ago
One quick correction: "an assertion is provided in the frontend and then the server sends it back to BrowserID to get the user information." isn't quite accurate.<p>All of the user information is available in the assertion. You can get at it locally, without having to talk back to us. We just have a web service that makes it easier to verify the cryptographic signatures on that blob. (And it is, of course, open source, so you can run your own if your language of choice doesn't have its own library for local verification.)
评论 #3937068 未加载
Osirisabout 13 years ago
I'm looking forward to BrowserID becoming mainstream. I'm sick of trying to remember account numbers or usernames and passwords for websites that I use infrequently.
评论 #3936820 未加载
kluiversabout 13 years ago
What will happen to it when they will rename to 'Mozilla Personas'? Will the login screen suddenly show the Mozilla Persona logo instead of BrowserID as it currently does? I can't imagine this gaining any traction with bigger sites / brands if it is pushing the Mozilla brand.
Abundnce10about 13 years ago
This is the first time I've heard of BrowserID, do any popular sites currently allow you to sign in using it?
drivebyacct2about 13 years ago
I hope people don't just schluff off BrowserID like OpenID or others. It has a lot of really cool potential and can be as secure as regular user/pass or as secure as certificates depending on how it's setup and used.