$user = User::where('email','=',Input::get('email'))->where('fb_token','=',Input::get('fb_id'))->first();
//then use $token = JWTAuth::fromUser($user);
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community