modify github default oauth scopes

This commit is contained in:
Ruben Fiszel
2022-11-26 14:43:14 +01:00
parent 50f193aa63
commit d503bdfe16

View File

@@ -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",