upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--39.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/39.md b/39.md
index cc3f796..b84603c 100644
--- a/39.md
+++ b/39.md
@@ -39,24 +39,28 @@ Identity names SHOULD be normalized if possible by replacing uppercase letters w
39 39
40### `github` 40### `github`
41 41
42Identity: A GitHub username. 42Identity: A GitHub username.
43
43Proof: A GitHub Gist ID. This Gist should be created by `<identity>` with a single file that has the text `Verifying that I control the following Nostr public key: <npub encoded public key>`. 44Proof: A GitHub Gist ID. This Gist should be created by `<identity>` with a single file that has the text `Verifying that I control the following Nostr public key: <npub encoded public key>`.
44This can be located at `https://gist.github.com/<identity>/<proof>`. 45This can be located at `https://gist.github.com/<identity>/<proof>`.
45 46
46### `twitter` 47### `twitter`
47 48
48Identity: A Twitter username. 49Identity: A Twitter username.
50
49Proof: A Tweet ID. The tweet should be posted by `<identity>` and have the text `Verifying my account on nostr My Public Key: "<npub encoded public key>"`. 51Proof: A Tweet ID. The tweet should be posted by `<identity>` and have the text `Verifying my account on nostr My Public Key: "<npub encoded public key>"`.
50This can be located at `https://twitter.com/<identity>/status/<proof>`. 52This can be located at `https://twitter.com/<identity>/status/<proof>`.
51 53
52### `mastodon` 54### `mastodon`
53 55
54Identity: A Mastodon instance and username in the format `<instance>/@<username>`. 56Identity: A Mastodon instance and username in the format `<instance>/@<username>`.
55Proof: A Mastodon post ID. This post should be published by `<username>@<instance>` and have the text `Verifying that I control the following Nostr public key: "<npub encoded public key>"`. 57
58Proof: A Mastodon post ID. This post should be published by `<username>@<instance>` and have the text `Verifying that I control the following Nostr public key: "<npub encoded public key>"`.
56This can be located at `https://<identity>/<proof>`. 59This can be located at `https://<identity>/<proof>`.
57 60
58### `telegram` 61### `telegram`
59 62
60Identity: A Telegram user ID. 63Identity: A Telegram user ID.
64
61Proof: 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>"`. 65Proof: 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>"`.
62This can be located at `https://t.me/<proof>`. \ No newline at end of file 66This can be located at `https://t.me/<proof>`.