Identity/Verified Email Protocol/Latest: Difference between revisions

Jump to navigation Jump to search
Line 68: Line 68:


   {host: "intermediate.example.com"}
   {host: "intermediate.example.com"}
A complete JWT cert example:
{
  iss: "example.com",
  exp: "1313971280961",
  public-key: {
    alg: "RS256",
  },
  principal: {
    email: "john@example.com"
  }
}


JOSE currently does not specify a certificate format. If it eventually does, we will consider moving to it.
JOSE currently does not specify a certificate format. If it eventually does, we will consider moving to it.
668

edits

Navigation menu