Articles tagged: persona
Found 34 documents
- MDN/Contribute/Persona_sign-in Currently, MDN lets contributors sign in using two different authentication providers: Mozilla ...
- Mozilla/Persona Mozilla Persona is a cross-browser login system for the Web, that's easy to use and easy to ...
- Mozilla/Persona/.well-known-browserid Domains advertise their ability to act as Persona Identity Providers (IdPs) by publishing a ...
- Mozilla/Persona/Bootstrapping_Persona To be truly successful and decentralized, Persona needs support from three different groups:
- Mozilla/Persona/Browser_compatibility Persona is developed, tested, and supported with the following browsers. Thanks to Persona's ...
- Mozilla/Persona/Crypto The Persona identity system uses public key cryptography to ensure trust and security in ...
- Mozilla/Persona/FAQ Persona is a complete implementation of a new, distributed login system from Mozilla.
- Mozilla/Persona/Glossary Persona is a complete implementation of a new, distributed login system from Mozilla.
- Mozilla/Persona/Identity_Provider_Overview A Persona Identity Provider (IdP) is a domain which directly signs and certifies the identities ...
- Mozilla/Persona/Implementing_a_Persona_IdP After you've read the Identity Provider overview, this document will guide you through ...
- Mozilla/Persona/Internationalization In the future, the user interface for signing into sites with Persona will be directly ...
- Mozilla/Persona/Libraries_and_plugins Want to use Persona on your website or blog? Implementing Persona from scratch is easy, but the ...
- Mozilla/Persona/Protocol_Overview Persona is built on the BrowserID protocol. This page describes the BrowserID protocol at a high ...
- Mozilla/Persona/Quick_Setup Adding the Persona login system to your site takes just five steps:
- Mozilla/Persona/Remote_Verification_API When a user tries to log into a website, their browser generates a data structure called an ...
- Mozilla/Persona/Security_Considerations When you add Persona support to your website, Persona takes on as much of the security burden as ...
- Mozilla/Persona/The_implementor_s_guide The Quick setup guide should be enough to get you started, but when building a full production ...
- Mozilla/Persona/The_implementor_s_guide/Adding_extra_email_addresses_with_Persona It's a good idea to allow your users to add extra email addresses to their account. This enables ...
- Mozilla/Persona/The_implementor_s_guide/Call_logout()_after_a_failed_login After your onlogin handler gets called with an assertion, if for any reason you can't use the ...
- Mozilla/Persona/The_implementor_s_guide/Call_request()_only_from_a_click_handler The Persona dialog is currently implemented as a popup window. Modern web browsers typically ...
- Mozilla/Persona/The_implementor_s_guide/Enabling_users_to_change_their_email_address Because in Persona usernames are email addresses, it's not obvious how you can let your users ...
- Mozilla/Persona/The_implementor_s_guide/Problems_integrating_with_CRSF_protection If you implement a particular type of protection against CSRF (Cross-Site Request Forgery) login ...
- Mozilla/Persona/The_implementor_s_guide/Supporting_users_without_JavaScript Persona currently requires JavaScript. If you need to support users who don't have JavaScript ...
- Mozilla/Persona/The_implementor_s_guide/Testing If you're making a production system you will need to write integration tests that simulate ...
- Mozilla/Persona/User_interface_guidelines Presenting sign-in options to users without confusing them can be difficult, especially if your ...
- Mozilla/Persona/Why_Persona Persona utilizes a safe, two-click system built on top of public-key cryptography for logging in ...
- Web/API/IdentityManager The IdentityManager of the BrowserID protocol exposes the BrowserID API, via navigator.id. This ...
- Web/API/IdentityManager/get This function enables a web site to use BrowserID to authenticate its users. Call it in the ...
- Web/API/IdentityManager/getVerifiedEmail This function enables a web site to use BrowserID to authenticate its users. Call it in the ...
- Web/API/IdentityManager/logout This function is used in Persona to cause the browser to reset the automatic / persistent login ...
- Web/API/IdentityManager/request This function enables a web site to use Persona to authenticate its users. It must be invoked ...
- Web/API/IdentityManager/watch This function registers callbacks that respond to a Persona user logging in or out.
- Web/API/Navigator/id The BrowserID protocol defines a new id property on the window.navigator object, through which ...
- Web/Apps/Identity_integration Mozilla's open solution for user identity, BrowserID (part of Mozilla Persona), is used in ...