Jump to letter: [
02349ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python39-browserid - Python library for the BrowserID Protocol
- 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