I'm wondering what methods would you like to add? The ones in the FOSUserBundle are far from ideal, and are mainly there for legacy reasons.
Kind regards, Johannes On Tue, Mar 15, 2011 at 3:40 PM, JF Simon <[email protected]> wrote: > Hi there, > > I see that the peoperty > Symfony\Bundle\SecurityBundle\Templating\Helper::$context is private. > In the FOSU*serBundle*, this class is overridden and access to context is > required (actually, only access to the token is required). > > I've got 3 solutions : > - set context as protected (1) > - add a getContext() getter (2) > - add a getToken() getter (3) > > Vote is open! > > -- > 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 > -- 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
