From fe5ce66e7374a4ba45e48729bb62de1091fd25c6 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Tue, 9 Jul 2024 17:05:23 -0300 Subject: [PATCH] add information about Authorization event. --- 86.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/86.md b/86.md index c4d60276..d7284326 100644 --- a/86.md +++ b/86.md @@ -82,3 +82,7 @@ This is the list of **methods** that may be supported: * `listblockedips`: - params: `[]` - result: `[{"ip": "", "reason": ""}, ...]`, an array of objects + +### Authorization + +The request must contain an `Authorization` header with the value set to `Nostr ` in which `` is an event of kind `27235` with a tag `["u", ]` and a tag `["payload", ]` and `created_at` set to the current timestamp.