From d61b0a767aa0902eee078c81cae3bfe8e9c6fef7 Mon Sep 17 00:00:00 2001 From: Omer Sabic Date: Wed, 14 Aug 2024 15:50:44 +0200 Subject: [PATCH] removed scope --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index bc25541..948803e 100644 --- a/src/index.js +++ b/src/index.js @@ -54,7 +54,7 @@ export const main = async () => { server.register(oauth, { name: 'googleOAuth2', - scope: ['https://www.googleapis.com/auth/youtube.readonly', 'https://www.googleapis.com/auth/youtube.force-ssl', "https://www.googleapis.com/auth/userinfo.email", "https://www.googleapis.com/auth/userinfo.profile"], + scope: ['https://www.googleapis.com/auth/youtube.readonly', "https://www.googleapis.com/auth/userinfo.email", "https://www.googleapis.com/auth/userinfo.profile"], credentials: { client: { id: env.GOOGLE_CLIENT_ID,