TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Who is using Mozilla's Persona?

6 点作者 mkelley超过 12 年前
From the website - http://www.mozilla.org/en-US/persona/ ... "At Mozilla, we believe that your online identity should belong exclusively to you. With that in mind, we created Persona to improve the way you sign in to websites."<p>What I would like to know is... who is using Persona, and if you aren't using it - why? It seems like the smoothest least disruptive login/authorization service I've seen so far. If you don't know what Persona is, I suggest you check out the website. It just takes a few lines of code and markup to add Persona to your website. So why isn't this gaining more traction? It makes more sense than Github, FB, Google, Twitter, etc... auth offerings. Your thoughts?

2 条评论

sergiotapia超过 12 年前
The thing is, some websites do not lend themselves well to it. If you're building a social site like 9gag or whatever, you kind of WANT that Facebook Login button to be there front and center. Your audience kind of expects it.<p>If you want to build an ecommerce website, where does Persona fit in? You and I know it's kosher and legit, Mr. Bob the 53 year old with a credit card instantly see's red flags.<p>This is a major problem - where will persona fit in?<p>I do love the system though. I even wrote an example on how to use it in an MVC3 application and even edited the official Mozilla Persona wiki to expand some of the topics.<p><a href="https://github.com/sergiotapia/ASP.Net-MVC3-Persona-Demo" rel="nofollow">https://github.com/sergiotapia/ASP.Net-MVC3-Persona-Demo</a>
rachelbythebay超过 12 年前
I'm using it on my scanner site. Logging in lets you use a few more features that otherwise would be unavailable. It wasn't terribly difficult to add to my stack. The hardest part was finding and integrating a reasonable JSON interpreter to deal with the return. I wound up using a library called jansson.<p><a href="http://scanner.rachelbythebay.com/main" rel="nofollow">http://scanner.rachelbythebay.com/main</a> - hit the cog/gear link on a call and you'll see the login button. Notice that once you're logged in, the "ops" popup drops the button and adds a few more features without you having to do anything else.