--- title: IdentityManager slug: Web/API/IdentityManager tags: - API translation_of: Archive/IdentityManager ---
{{APIRef("Persona")}}{{non-standard_header}}
The IdentityManager
of the BrowserID protocol exposes the BrowserID API, via {{domxref("navigator.id")}}. This API has gone through several significant revisions. Each generation is listed separately below.
The Observer API introduces much-requested features, such as an improved post-verification experience for first-time users, automatic persistent logins, and easier integration with native applications.
onlogin
action from automatically firing on their next visit.Users with third-party cookies disabled may experience problems logging in using the Observer API as detailed in issue 2999.
The Callback API was introduced in November 2011. It improved upon the initial API by allowing options to be passed to navigator.id.get()
and offering experimental support for BrowserID-managed persistent sessions.
The VerifiedEmail API was BrowserID's first API. It was deprecated at the end of 2011.