ollieread / multiauth

Laravel multi auth
441 stars 109 forks source link

How to login without password? #94

Closed setkyar closed 9 years ago

setkyar commented 9 years ago

When we try social authentication, we don't need to put password yet? But, it's keep asking me password.

Undefined index: password

ollieread commented 9 years ago

The method you would use to log a user in after social authentication, would be something like Auth::user()->loginUsingId($id) or Auth::user()->login($user). Neither of which request a password, it sounds like you're using attempt.