Slightly OT, but I too hadn't seen the AclBundle, nor the SecurityBundle before. I wrote my own AuthBundle about 6 months ago, which is an (almost) exact clone of Django's auth module with a Doctrine2 backend. Of course that has a built in, albeit very rudimentary ACL system. I also wrote my own OAuthBundle, which requires the native OAuth PHP extension. So although I've reinvented the wheel, or at least a triangle, I'm sure I'll be migrating to whichever are deemed the "official" auth/security/ACL bundles in the future. In the meantime, is there a centralized list of support bundles in development somewhere so that others might avoid duplicating efforts and can contribute to existing code? If such a list does not exist, I have no problem taking credit for the idea. =)
Greg On Sep 14, 2010, at 9:05 AM, Jeremy Mikola wrote: > I actually haven't seen the AclBundle (looks like it came out last > month). We were using Zend_Acl with a homemade bundle a few months > ago, but gave that up after deciding we didn't need ACL at the time. > I have seen SecurityBundle and DoctrineUserBundle, but they were a bit > too new to start using when we commenced development. Both look very > promising though, and I hope they become staples once Fabien decides > how Symfony2 will implement security (SecurityBundle might be a great > project to pick up). > > We have a hard enough time keeping our production app up to date with > the Symfony master, so I'm a bit hesitant to migrate over to community > bundles until Symfony's feature-set is a bit more are locked down :) -- 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
