I have been using Socilte package for users login, i m using facebook, google, twiter and github API. All other API's are working fine expect google API, it is showing an error while returning from google.
HTTP Error 403 - Forbidden
The Web server is configured to not list the contents of this directory or you do not have enough permissions to access the resource.
This is my callback function, in fact it is not reaching this callback function:
public function handleGoogleCallback()
{
$user = Socialite::driver('google')->stateless()->user();
}