ive just recently started with zend2, now im trying to use GoalioRememberMe with doctrine but i cant seem to make it work.
The checkbox for the remember me functionality appears correctly.
goaliorememberme.global.php is in config->autoload
ive put all manner of possible values in 'remember_me_entity_class' such as the custom user entity i use with zfcuser, GoalioRememberMeDoctrineORM\Entity\RememberMe and my own remember_me entity.
They all fail at login.
Is there some other steps im missing?