From a8d9bab7e2cbae3c9c830f244815f36a0b75e80a Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Wed, 1 Jul 2020 09:01:07 +0200 Subject: [PATCH] Update guides --- pages/guides/openpgp-proofs.content.html | 8 ++++++++ pages/guides/service-provider.content.html | 8 +------- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/pages/guides/openpgp-proofs.content.html b/pages/guides/openpgp-proofs.content.html index dd5008b..80eba2f 100644 --- a/pages/guides/openpgp-proofs.content.html +++ b/pages/guides/openpgp-proofs.content.html @@ -4,6 +4,14 @@

Unlike proofs provided by for example Keybase, OpenPGP proofs are stored inside the PGP keys themselves instead of being mere signatures. Since this operation requires keys with "certify" capabilities and not simply "sign" capabilities, these OpenPGP proofs could be considered more secure.

+

Example

+ + +

What an OpenPGP proof looks like

Every OpenPGP identity proof is stored in the PGP key as a notation that looks like this:

diff --git a/pages/guides/service-provider.content.html b/pages/guides/service-provider.content.html index 3d26ebd..4673932 100644 --- a/pages/guides/service-provider.content.html +++ b/pages/guides/service-provider.content.html @@ -6,13 +6,7 @@
  • any other type of service that may require users to prove their online identity
  • -

    Then you may be interested in supporting decentralized identity proofs as they allow your users to securely prove their identity across services. Let's look at some examples:

    - - +

    Then you may be interested in supporting decentralized identity proofs as they allow your users to securely prove their identity across services. Take a look at this [example](guides/service-provider) to find out how two persons can gain more confidence in knowing they are talking to and interacting with the right person in an online world where impersonating is all too easy.

    The internet could be a slightly safer place if your service allowed your users to prove their identity. All the service needs to do is make a JSON file available with basic details about the user and set the correct CORS headers.