From f24368b616f0d7a3f33807d780f8c85a936bd9d3 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Tue, 20 Dec 2022 18:04:32 +0100 Subject: [PATCH] README: Improve token generation documentation Signed-off-by: Denis 'GNUtoo' Carikli --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index 2d374e6..1243b79 100644 --- a/README +++ b/README @@ -11,6 +11,12 @@ of the content. Users that want to deploy a website there are expected to follow the official documentation[1] to generate a token and add this token to the id_oauth2_bearer file in the current directory. +To generate the token, you need to log in and then go on the +https://meta.sr.ht/oauth2/personal-token page. Once there you need to +go in "Limit scope of access grant" and to select at least SITES, +otherwise it won't work (it would fail with the "The specified key +does not exist." message). + [1]https://srht.site/quickstart == License ==