mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-31 17:31:26 +00:00
reduce github scope
This commit is contained in:
parent
993416ffb3
commit
ae843a4bee
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue