upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfranzap <_@franzap.com>2024-02-12 19:45:25 +0000
committerfiatjaf_ <fiatjaf@gmail.com>2024-02-14 11:40:16 -0300
commitb5dc891973a1c5a76c39e9c48409d841d2d687c3 (patch)
treeb62f016c52f665c73735e04526ea2102ea8dcd25
parent3f13eb34bf21f693ee7a8ddaba19229600fd323e (diff)
Add PGP as NIP-39 external identity
-rw-r--r--39.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/39.md b/39.md
index c819e43..df1578f 100644
--- a/39.md
+++ b/39.md
@@ -20,6 +20,7 @@ A new optional `i` tag is introduced for `kind 0` metadata event contents in add
20 ["i", "twitter:semisol_public", "1619358434134196225"], 20 ["i", "twitter:semisol_public", "1619358434134196225"],
21 ["i", "mastodon:bitcoinhackers.org/@semisol", "109775066355589974"] 21 ["i", "mastodon:bitcoinhackers.org/@semisol", "109775066355589974"]
22 ["i", "telegram:1087295469", "nostrdirectory/770"] 22 ["i", "telegram:1087295469", "nostrdirectory/770"]
23 ["i", "pgp:A999B7498D1A8DC473E53C92309F635DAD1B5517", "xsFNBF2V8eEBEADmjYzGOpxEI0J7jQ1qFzlsrjF6NaBSq+UqKw..."]
23 ], 24 ],
24 ... 25 ...
25} 26}
@@ -62,3 +63,9 @@ Identity: A Telegram user ID.
62 63
63Proof: A string in the format `<ref>/<id>` which points to a message published in the public channel or group with name `<ref>` and message ID `<id>`. This message should be sent by user ID `<identity>` and have the text `Verifying that I control the following Nostr public key: "<npub encoded public key>"`. 64Proof: A string in the format `<ref>/<id>` which points to a message published in the public channel or group with name `<ref>` and message ID `<id>`. This message should be sent by user ID `<identity>` and have the text `Verifying that I control the following Nostr public key: "<npub encoded public key>"`.
64This can be located at `https://t.me/<proof>`. 65This can be located at `https://t.me/<proof>`.
66
67### `pgp`
68
69Identity: A PGP fingerprint.
70
71Proof: PGP signature of the fingerprint used in the identity field. \ No newline at end of file