laravel socialite not working with JWT auth
Im working with socialite and jwt auth here's my code class SocialAuthFacebookController extends Controller { /** * Create a redirect method to facebook api. * * @return void */ public function redirect() { $provider = 'facebook'; try { $socialite =…