From dcfe1f2c9c10311202dea28ea6346cd8358e500f Mon Sep 17 00:00:00 2001 From: Aditya Kumar <136452216+AdityaK60@users.noreply.github.com> Date: Thu, 30 Jan 2025 08:58:50 +0530 Subject: [PATCH] Update provider.md Signed-off-by: Aditya Kumar <136452216+AdityaK60@users.noreply.github.com> --- docs/auth/github/provider.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/auth/github/provider.md b/docs/auth/github/provider.md index c1c3fd253e..51610b36ec 100644 --- a/docs/auth/github/provider.md +++ b/docs/auth/github/provider.md @@ -30,9 +30,9 @@ Settings for local development: GitHub Apps handle OAuth scope at the app installation level, meaning that the `scope` parameter for the call to `getAccessToken` in the frontend has no -effect. When calling `getAccessToken` in open-source plugins, one should still +effect. When calling `getAccessToken` in open source plugins, one should still include the appropriate scope, but also document in the plugin README what -Scopes are required for GitHub Apps. +scopes are required for GitHub Apps. ## Configuration