I am trying to put the remember_me function in place. I have been able to set the remember_me cookie which is created properly. Now, I have read the documentation but don't understand how to make my remembered user automatically log in. In other words, what am I supposed to do ?
A quick clarification would be very much appreciated.
You don't have to do anything. If you call Auh::check(), and no user is currently logged-in, it will check for a remember-me cookie, and if present, will use that to login.