laravel-fans / laravel-ui-socialite

Automatically generate database, pages and routes for Laravel Socialite.
https://packagist.org/packages/laravel-fans/ui-socialite
Other
24 stars 7 forks source link

Docs could be clearer on how to add scopes #36

Open accesstechnology-mike opened 5 years ago

accesstechnology-mike commented 5 years ago

Took me ages to figure this out!

'google' => [
    'client_id'     => env('GOOGLE_CLIENT_ID'),
    'client_secret' => env('GOOGLE_CLIENT_SECRET'),
    'redirect'      => env('GOOGLE_REDIRECT'),
    'scopes'        => 'https://www.googleapis.com/auth/calendar.events'
],
sinkcup commented 5 years ago

yes, welcome a PR