From d503bdfe16ebb83b7da3dda5f3bbccf1ba7b954e Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sat, 26 Nov 2022 14:43:14 +0100 Subject: [PATCH] modify github default oauth scopes --- backend/oauth_login.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/oauth_login.json b/backend/oauth_login.json index cdcc8c3191..52dbdd1b1d 100644 --- a/backend/oauth_login.json +++ b/backend/oauth_login.json @@ -3,7 +3,7 @@ "auth_url": "https://github.com/login/oauth/authorize", "token_url": "https://github.com/login/oauth/access_token", "userinfo_url": "https://api.github.com/user", - "scopes": ["user:email"] + "scopes": ["read:user"] }, "gitlab": { "auth_url": "https://gitlab.com/oauth/authorize",