upleb.uk

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

summaryrefslogtreecommitdiff
path: root/05.md
AgeCommit message (Collapse)Author
2023-02-06Suggested additions to NIP-05 to enhance securityErik Westra
Proposing a couple of changes to the NIP-05 protocol to reduce the chance of fraudulent use of "verified" public keys. At present, I could create an account on a well-known verifying server under a random name, and then send DMs pretending to be someone else, and there's no easy way for users to tell who the verifying account actually belongs to. As well as displaying the name of the account on the verifying server, this PR suggests an enhancement to the JSON data being returned so that clients can redirect the user to the user's profile page on the server. This will make it much easier for users to check that someone who claims to have verified their Nostr account is who they claim to be.
2023-02-03fix: typoJeff Jing
2023-01-06NIP05 Improve CORS header check commandLuke Childs
2023-01-04merge NIP-35 into NIP-05.fiatjaf
2022-12-29clarify nip19 purpose.fiatjaf
2022-12-29Make it clear that NIP-05 Keys should be in HexLyle Pratt
There has been some confusion about whether npub keys are supported by this spec. According to @fiatjaf only Hex keys are supported. https://twitter.com/fiatjaf/status/1608606752987316224?s=20&t=6fJLD3077byuoTm96kva1g
2022-12-29update NIP-05 addressing reflectivity. (#128)majestrate
2022-12-29clarify that nip-05 identifiers should not be treated as primary keys.fiatjaf
2022-12-17Minor grammar and spelling fixessgmoore
Minor grammar fix at line 48. Minor spelling fix at line 56.
2022-11-22finalize some NIPs we will not going to change anymore.fiatjaf
2022-05-08sneak filter.limit in nip-01.fiatjaf
2022-05-07NIP05: warn about CORS policies that may inhibit JS appsDavid A. Harding
JS Nostr apps such as Branle may not be able to load `nostr.json` files due to CORS policies. Update NIP05 to warn about this and provide hints for troubleshooting and fixing the issue.
2022-05-01migrate nips from main nostr repo.fiatjaf