NIP-05: improve phrasing

This commit is contained in:
Alex Gleason 2025-02-19 01:01:56 -06:00 committed by GitHub
parent ebe5ec3b38
commit 50f649652c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
05.md
View File

@ -106,4 +106,4 @@ Fetchers MUST ignore any HTTP redirects given by the `/.well-known/nostr.json` e
NIP-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.
For 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.
For 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.