Simon André

Results 779 comments of Simon André

I **strongly** disagree here. Regardless of whether the user is logged in, CSRF is **100% an authentication** problem. > CSRF is an attack that tricks the victim into submitting a...

Did you try using Mercure private updates ? https://symfony.com/doc/current/mercure.html#authorization https://symfony.com/bundles/ux-turbo/current/index.html#broadcast-options

To be sure I understood perfectly your suggestion: are you talking about "template naming", "component naming" or both ? For "template naming", losely based on your example, something like this:...

> Should be totally unrelated to this issue :) Yes that's was how i read it, but wanted to be sure.. as if you wanted to change the "name" of...

I would not change the current behavior here. I am not sure using arrays is a better choice than a typed collection with object oriented methods. Also, reading the Doctrine...

Indeed closing here as the feature is now implemented

There is an ongoing-soon-to-be-merge PR about LiveComponent and url's that should, if I understand correctly, fullfill your need : https://github.com/symfony/ux/pull/1230

> As already mentioned in a couple of issues usually about pagination using knp bundle, it's currently hard to create links using the same route as the origin context where...

If you want to have the route name, parameters, etc.. you can inject the RequestStack in your component as it is a service like any other.