I am using the Symfony security setup. Everything works fine, but I don't know how to do one important thing:...In twig, I can reach the current user's info by doing:...Welcome, {{ app.user.username }}
...or similar...How do I access this same information...