I'm not using this bundle, but I've just taken a look at it, and it seems like the bundle was created before the Security Component was released?
As for the "Remember me" feature, I think this should be in the core as well and not in a bundle. I don't see a way how to implement this feature without overriding several core classes (see my first post), and since many people will want to use this, we should support this out-of-the-box. What could be in the DoctrineUserBundle though is a persistent token provider implementation, and a user provider implementation. Johannes On Oct 28, 4:43 am, Lukas Kahwe Smith <[email protected]> wrote: > On 28.10.2010, at 10:41, Johannes wrote: > > > Since the new Security Component does not support the "Remember Me" > > authentication yet, I'd like to take the opportunity to contribute > > something back to Symfony2 to make it even better. > > The DoctrineUserBundle already has a remember me feature, however it still > needs to be updated to use the new Security Firewall. > > regards, > Lukas Kahwe Smith > [email protected] -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
