Letter P

python39-browserid - Python library for the BrowserID Protocol

Website: https://github.com/mozilla/PyBrowserID
License: MPLv2.0
Vendor: Alcance Libre, Inc.
Description:
This is a python client library for the BrowserID protocol that
underlies Mozilla Persona: the vast majority of deployments, you will
simply want to call the module-level "verify" functon to verify a
given:

  >>> data = browserid.verify(BROWSERIDASSERTION, "http://mysite.com")
  >>> print data["email"]
  "test@example.com"

The precise implementation of this function will change depending on
the current recommendations of the BrowserID team. Currently it POSTs
the assertion to the remote verifier service on persona.org.

Packages

python39-browserid-0.14.0-2.aldos.noarch [71 KiB] Changelog by Joel Barrios (2023-02-15):
- Rename to python39 schema.

Listing created by Repoview-0.6.6-6.fc14.al