diff options
| author | Semisol <45574030+Semisol@users.noreply.github.com> | 2024-02-15 01:32:38 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-15 01:32:38 +0300 |
| commit | afbb8dd008969c863f6075645d09fcb1ef283ed2 (patch) | |
| tree | 66c881ff66b29482b529fd8cc22d9560cb1b7382 | |
| parent | b5dc891973a1c5a76c39e9c48409d841d2d687c3 (diff) | |
remove pgp identity from NIP-39 temporarily
the current scheme recommends signing the *fingerprint* of the pgp key, which doesn't tie into the nostr identity
this commit temporarily undos the commit adding pgp identities until a proper fixed version is merged
just signing the npub string also would not be sufficient, and the message should indicate this is for identity verification
ideally, a link to download key material would also be included
| -rw-r--r-- | 39.md | 7 |
1 files changed, 0 insertions, 7 deletions
| @@ -20,7 +20,6 @@ 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..."] | ||
| 24 | ], | 23 | ], |
| 25 | ... | 24 | ... |
| 26 | } | 25 | } |
| @@ -63,9 +62,3 @@ Identity: A Telegram user ID. | |||
| 63 | 62 | ||
| 64 | Proof: 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>"`. | 63 | Proof: 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>"`. |
| 65 | This can be located at `https://t.me/<proof>`. | 64 | This can be located at `https://t.me/<proof>`. |
| 66 | |||
| 67 | ### `pgp` | ||
| 68 | |||
| 69 | Identity: A PGP fingerprint. | ||
| 70 | |||
| 71 | Proof: PGP signature of the fingerprint used in the identity field. \ No newline at end of file | ||