We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb5395 commit b21bb75Copy full SHA for b21bb75
1 file changed
src/Providers/GitHub.php
@@ -6,8 +6,9 @@
6
7
class GitHub extends Base
8
{
9
- public const NAME = 'github';
10
- protected array $scopes = ['read:user'];
+ public const NAME = 'github';
+ protected array $scopes = ['read:user'];
11
+ protected string $scopeSeparator = ' ';
12
13
protected function getAuthUrl(): string
14
0 commit comments