scsibug / nostr-rs-relay

Mirror of https://sr.ht/~gheartsfield/nostr-rs-relay/
MIT License
593 stars 161 forks source link

Allow whitelisted nip-42 authenticated clients to post whatever they want #214

Open Sjors opened 2 months ago

Sjors commented 2 months ago

There's two use cases I have in mind:

  1. When reposting, quoting or replying to a message I want to post the message original to my relay. This currently gets rejected with "unauthorized author".

  2. To authenticate an application, which would have its own pubkey. Basically a poor man grpc. See also #212.