mirror of
https://github.com/edufeed-org/nips.git
synced 2025-12-10 00:34:32 +00:00
nip41: fix outdated kind
This commit is contained in:
parent
a04da3f176
commit
df28376064
1 changed files with 1 additions and 1 deletions
2
41.md
2
41.md
|
|
@ -64,6 +64,6 @@ Clients SHOULD retry the action (resending event, resubscribing) after they auth
|
||||||
|
|
||||||
## Signed event verification
|
## Signed event verification
|
||||||
Relays when processing `AUTH` responses SHOULD verify the following before accepting the response:
|
Relays when processing `AUTH` responses SHOULD verify the following before accepting the response:
|
||||||
- that the `kind` is `22223`
|
- that the `kind` is `22241`
|
||||||
- that the event was recently signed (~10 minutes, by `created_at`)
|
- that the event was recently signed (~10 minutes, by `created_at`)
|
||||||
- that the `content` field matches the relay URL
|
- that the `content` field matches the relay URL
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue