Someone know how work with socialite laravel
i neeed social login for my app IONIC 3
You have to get the user model or created if doesnt exist, after that, when you get the user class referred use the following method: JWTAuth::fromUser($user), where $user, as I said before, is your user model
Most helpful comment
You have to get the user model or created if doesnt exist, after that, when you get the user class referred use the following method: JWTAuth::fromUser($user), where $user, as I said before, is your user model