Labs/Identity/VerifiedEmailProtocol: Difference between revisions

Jump to navigation Jump to search
m
(Wikification)
Line 139: Line 139:


At that point, the same cryptographic handshake described in Part 1 applies, except that an "issuer" field is included with the call:
At that point, the same cryptographic handshake described in Part 1 applies, except that an "issuer" field is included with the call:
<pre>navigator.id.saveVerifiedAddress( "alice@mailhost.com", &lt;callback&gt;, {issuer: "https://trusted.org"} )</pre>
<pre>navigator.id.saveVerifiedAddress(  
  "alice@mailhost.com",  
  &lt;callback&gt;,  
  {issuer: "https://trusted.org"}  
)
</pre>
The browser creates a keypair, stores the keypair and issuer in local storage, and returns the public key to the secondary authority, who stores it in a database for later retrieval.
The browser creates a keypair, stores the keypair and issuer in local storage, and returns the public key to the secondary authority, who stores it in a database for later retrieval.


348

edits

Navigation menu