mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Remove unauthorized Linkedin scopes
This commit is contained in:
@@ -17,8 +17,6 @@ class LinkedIn extends OAuth
|
||||
protected $scope = [
|
||||
'r_basicprofile',
|
||||
'r_emailaddress',
|
||||
'w_member_social',
|
||||
//'r_fullprofile', //TODO request permission from linkedIn for this scope
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user