Read me

Intergrate the UserService.RememberMe feature

Branch 2.1+ of the UserService provide a cookie based remember me feature.

To plug it to your SimpleLoginController you just have to edit your SimpleLoginView instance, and set the $addRememberMeCheckbox property to 'true', and optionally provide a $rememberMeLabel :

remember me in SimpleLoginView

Note : Keep in mind that you have to configure the "Rememer Me" feature in the userService : UserService - Activate the Remember Me feature (through cookie)

Read me

Found a typo? Something is wrong in this documentation? Just fork and edit it!