Jwt-auth: JWT with SOCIALITE (LARAVEL)

Created on 15 Apr 2017  路  1Comment  路  Source: tymondesigns/jwt-auth

Someone know how work with socialite laravel

i neeed social login for my app IONIC 3

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

>All comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gandra picture gandra  路  3Comments

loic-lopez picture loic-lopez  路  3Comments

johncloud200 picture johncloud200  路  3Comments

Rasoul-Karimi picture Rasoul-Karimi  路  3Comments

shah-newaz picture shah-newaz  路  3Comments