Skip to content

Commit

Permalink
Add "user.avatar", "user.email" and "user.provider" to default scope …
Browse files Browse the repository at this point in the history
…list
  • Loading branch information
flavioheleno committed Sep 29, 2023
1 parent fba5293 commit 7c3bd05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Provider/Kahu.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ protected function fetchResourceOwnerDetails(AccessToken $token): array {

protected function getDefaultScopes(): array {
return [
'user.avatar',
'user.name',
'user.email'
'user.email',
'user.provider'
];
}

Expand Down

0 comments on commit 7c3bd05

Please sign in to comment.