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

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -