Support the ongoing development of Laravel.io →
Laravel Socialite
Last updated 1 year ago.
0

After a long search, the solution is to remove the 'profile' from scopes in vendor\laravel\socialite\src\Two\GoogleProvider.php

protected $scopes = [
    'openid',
    'email',
];
Last updated 5 years ago.
0

I have already written profile in same file still getting same error can any one help on this ?

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.