diff --git a/pages/guides.html b/pages/guides.html index f4a0964..86b67fc 100644 --- a/pages/guides.html +++ b/pages/guides.html @@ -35,6 +35,7 @@ How OpenPGP identity proofs work
Uploading keys using web key directory
Selfhosting Keyoxide
+ Are you a service provider?

Adding proofs

Adding a DNS proof
diff --git a/pages/guides/service-provider.content.html b/pages/guides/service-provider.content.html new file mode 100644 index 0000000..3d26ebd --- /dev/null +++ b/pages/guides/service-provider.content.html @@ -0,0 +1,19 @@ +

If you have:

+ + + +

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:

+ + + +

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.

+ +

The documentation on what is precisely required is provided by the original creator of decentralized OpenPGP identity proofs.

diff --git a/pages/guides/service-provider.title.html b/pages/guides/service-provider.title.html new file mode 100644 index 0000000..4e52f7b --- /dev/null +++ b/pages/guides/service-provider.title.html @@ -0,0 +1 @@ +Are you a service provider?