upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2025-02-19 01:01:56 -0600
committerGitHub <noreply@github.com>2025-02-19 01:01:56 -0600
commit50f649652c90589b1b2f1c9b9a9060940c8a453d (patch)
tree0b46b87cc1c9d523f557c7fb0ab18f0fbe367780
parentebe5ec3b38ac81902b33220c13c14e662f238e09 (diff)
NIP-05: improve phrasingalexgleason-patch-3
-rw-r--r--05.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/05.md b/05.md
index e971d53..8774331 100644
--- a/05.md
+++ b/05.md
@@ -106,4 +106,4 @@ Fetchers MUST ignore any HTTP redirects given by the `/.well-known/nostr.json` e
106 106
107NIP-05 is designed so that `nostr.json` can be hosted as a static file. But some services may allow users to sign up and be granted a NIP-05. The `nostr.json` is then served dynamically, depending on the `name` query parameter. 107NIP-05 is designed so that `nostr.json` can be hosted as a static file. But some services may allow users to sign up and be granted a NIP-05. The `nostr.json` is then served dynamically, depending on the `name` query parameter.
108 108
109For these servers, the **case** of the localpart should be considered. It is recommended to make the lowercase representation unique in the database, so that two people cannot reserve the same name in different cases (eg `chad` vs `Chad`). Servers may then serve any case variation of the name to the given pubkey, allowing users to freely change the case of their name. However, the server MUST match the case provided by the `name` query parameter. 109For these servers, the **case** of the localpart should be considered. It is recommended to make the lowercase representation unique in the database, so that two people cannot reserve the same name in different cases (eg `chad` vs `Chad`). Servers may then serve any case variation of the name, allowing users to freely change the case of their name. However, the name in the server's response MUST match the case provided by the `name` query parameter.