From 35f1d4f161bb14f4978ecce91562baf65405f50f Mon Sep 17 00:00:00 2001 From: John Cummings Date: Fri, 16 Sep 2022 19:17:16 +0000 Subject: Explain the token link requests the necessary scopes. --- chat.sr.ht/quickstart.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chat.sr.ht/quickstart.md b/chat.sr.ht/quickstart.md index 228fbc2..333ce87 100644 --- a/chat.sr.ht/quickstart.md +++ b/chat.sr.ht/quickstart.md @@ -28,8 +28,9 @@ section. To set up your bouncer connection, you will need to generate an OAuth 2.0 personal access token to use as the server password. Visit [the personal access -token issuance page][token] to generate a token. Then add a network to your IRC -client using the following credentials: +token issuance page with this specially-crafted link][token] to generate a token +with the required scopes. Then add a network to your IRC client using the +following credentials: [token]: https://meta.sr.ht/oauth2/personal-token?grants=meta.sr.ht/PROFILE:RO -- cgit