ollieread / multiauth

Laravel multi auth
441 stars 109 forks source link

Manually Logging In Users #21

Closed tnedich closed 10 years ago

tnedich commented 10 years ago

Is it possible to manually log in users ?

Like in Laravel default Auth Provider: Auth::login($user);

ollieread commented 10 years ago

Yes, all default functionality provided by Laravel is provided through this.

Auth::usertype()->login($user);