Questions tagged [persona]

Mozilla Persona is a decentralized authentication system for the web based on the open BrowserID protocol prototyped by Mozilla.

Persona was launched in July 2011 and shares some of its goals with some similar authentication systems like OpenID or Facebook Connect, but it is different in several ways:

  • it uses email addresses as identifiers
  • it is more focused on privacy
  • is intended to be fully integrated in the browser.

The privacy goal is motivated by the fact that the identity provider does not know which website the user is identifying. It was first released in July 2011 and fully deployed by Mozilla on its own websites in January 2012.

33 questions
0
votes
1 answer

Scripting a Persona Login

I want to try and scrape data from the Mozilla Marketplace so that I can have a daily email of downloads and installs that are reported there. This is all fine and I have done this is many other place simulating HTTP Post for a "normal" login…
Andrew Hall
  • 3,058
  • 21
  • 30
0
votes
1 answer

Is it currently possible to create my own persona IDP?

I'm interested in using mozilla persona/browserid in my site. Logging in with it already works pretty well. But I also want to act as an indentity provider for users that want to create an email adress with my domain. I have implemented a very basic…
Van Coding
  • 24,244
  • 24
  • 88
  • 132
-1
votes
1 answer

unable to integrate Persona SDK in flutter

in my project i want to implementing liveliness(selfie)detection by Persona. for this i was use persona_flutter in v2 channel. but its crash after i open camera and taking a picture. when i saw persona android sdk demo code,that provide in main…
Shirsh Shukla
  • 5,491
  • 3
  • 31
  • 44
1 2
3