modify github default oauth scopes
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user