So, I was looking to implement the remember me for the login. I didnot find a module for that.
The functionality will be some token saved on the user side, and on the first request make the user authenticate if he/she has the token with the request.
So the question is what will be the first hook, which will be called, so I can implement the hook to add the implementation.
Do you have any insights on the same?