How to configure a remember me aware listener in Symfony 2?

前端 未结 2 1407
无人及你
无人及你 2021-02-14 23:04

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.

2条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-15 00:03

    Did you add this to your form_login section?

    form_login:
        remember_me: true
    

提交回复
热议问题