From d9e6fda09984385da15e458e94d7bd539cb18733 Mon Sep 17 00:00:00 2001 From: Eden Zimbelman Date: Fri, 23 Aug 2024 20:29:35 -0700 Subject: [PATCH] fix: authorize during the authorization processes always a great catch- thanks! Co-authored-by: Kazuhiro Sera --- docs/content/basic/authenticating-oauth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/basic/authenticating-oauth.md b/docs/content/basic/authenticating-oauth.md index e24686ccd..2023e1236 100644 --- a/docs/content/basic/authenticating-oauth.md +++ b/docs/content/basic/authenticating-oauth.md @@ -27,7 +27,7 @@ The following `App` options are required for OAuth installations: - `clientId`: unique identifier of the application client. - `clientSecret`: secret value to confirm the client ID. - `stateSecret`: secret value used for [state verificiation][verification] of - authentication requests. + authorization requests. - `scopes`: permissions requested for the `bot` user during installation. [Explore scopes][scopes]. - `installationStore`: handlers that store, fetch, and delete installation