Closed Viol3tStar closed 5 years ago
$providerUser = Socialite::driver($provider)->userFromToken($accessToken);
after this line then the code is not working anymore, $providerUser is not returning any value and jump into catch block.
$providerUser = Socialite::driver($provider)->userFromToken($accessToken);
after this line then the code is not working anymore, $providerUser is not returning any value and jump into catch block.