Laravel Socialite (Google) Error: ClientException in Middleware.php line 69; Error 403 -


i setting laravel app authenticate google.

i prompted select google account , allow access google info , have working callback function.

when callback function runs (it called correctly) get:

  • clientexception in middleware.php line 69:
  • client error: 403

the code in authcontroller leading error is:

$user = \socialite::driver('google')->user(); 

i grateful help. using laravel 5.1 , socialite 2.0.

this proved error on google side of things. client enabled google+ api in console. things work fine now.


Comments