reduce github scope

This commit is contained in:
Jeremy Kauffman 2017-03-30 16:47:11 -04:00
parent 993416ffb3
commit ae843a4bee

View file

@ -93,7 +93,7 @@ class DeveloperActions extends Actions
$gitHubParams = [
'client_id' => Config::get('github_developer_credits_client_id'),
'redirect_uri' => Request::getHostAndProto() . '/quickstart/github/callback',
'scope' => 'user:email,public_repo',
'scope' => 'user:email',
'allow_signup' => false
];