I have implemented a custom authentication provider successfully, but now I also need to add \'remember me\' functionality, and I couldn\'t find docs on how to do that.
Did you add this to your form_login section?
form_login
form_login: remember_me: true