php - How to use Auth::check() for Users who logged in via Hybridauth Package in Laravel -
i managed work hybridauth package in laravel 4.1 , able twitter info of user.
i add user row users table first time users. however, row doesn't have email , password values used in auth::attemp() function authenticate non-social users.
my question that, should use auth::attemp() function social users? if not, how can make valid auth::check() functions in controller , blade files?
Comments
Post a Comment