mention NIP-42

Co-authored-by: monlovesmango <96307647+monlovesmango@users.noreply.github.com>
This commit is contained in:
fiatjaf_ 2024-02-12 07:59:03 -03:00 committed by GitHub
parent 9a6984abd9
commit ed4f8ce828
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
70.md
View File

@ -12,7 +12,7 @@ A protected event is an event that can only be published to relays by its author
The default behavior of a relay MUST be to reject any event that contains `["-"]`.
Relays that want to accept such events MUST first require that the client perform the `AUTH` flow and then check if the authenticated client has the same pubkey as the event being published and only accept the event in that case.
Relays that want to accept such events MUST first require that the client perform the [NIP-42](https://github.com/nostr-protocol/nips/blob/master/42.md) `AUTH` flow and then check if the authenticated client has the same pubkey as the event being published and only accept the event in that case.
## The tag