diff options
| author | Semisol <45574030+Semisol@users.noreply.github.com> | 2022-12-24 14:08:34 +0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2023-01-02 16:53:10 -0300 |
| commit | df2837606441953be553f3b31e80ceae48f63a5e (patch) | |
| tree | 70881c821ad322eb1f4baa4189d20497b3fcc949 | |
| parent | a04da3f1765a960e5994fad0044f45de1d43e683 (diff) | |
nip41: fix outdated kind
| -rw-r--r-- | 41.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -64,6 +64,6 @@ Clients SHOULD retry the action (resending event, resubscribing) after they auth | |||
| 64 | 64 | ||
| 65 | ## Signed event verification | 65 | ## Signed event verification |
| 66 | Relays when processing `AUTH` responses SHOULD verify the following before accepting the response: | 66 | Relays when processing `AUTH` responses SHOULD verify the following before accepting the response: |
| 67 | - that the `kind` is `22223` | 67 | - that the `kind` is `22241` |
| 68 | - that the event was recently signed (~10 minutes, by `created_at`) | 68 | - that the event was recently signed (~10 minutes, by `created_at`) |
| 69 | - that the `content` field matches the relay URL | 69 | - that the `content` field matches the relay URL |