luceos
okay i have made a mistake.
but a short description of my problem:
i´ve got the id of a user (for example 5) now i would like to log him automaticly in.
But how should i do this over a extension?
I must listen on some event when all things are ready for the login to call
$this->authenticate(compact('email'));
or?