Changes

Jump to: navigation, search

Identity/BrowserID

1 byte removed, 01:26, 22 February 2012
Web-Site Signin Flow
navigator.id.request();
* Alice is presented with a user-agent dialog that lets her select which email to present to <tt>example.com</tt>.
* If Alice chooses to cancel the transaction, a <tt>loginCancelledlogincanceled</tt> event is fired on the <tt>navigator.id</tt> object, which <tt>example.com</tt> can choose to listen for.
* If Alice chooses to authenticate using one of her email addresses, a <tt>login</tt> event is fired on the <tt>navigator.id</tt> object, which <tt>example.com</tt> should listen for. The event's <tt>assertion</tt> property is filled with a Backed Identity Assertion.
* <tt>example.com</tt> should take this assertion and pass it back to its server. This can be accomplished with an AJAX request. For example, using jQuery:
668
edits

Navigation menu