I am developing a part of a web app build on Symfony 2. Like in many apps, authentication & authorization is required. How can I continue developing, taking consideratio
Not sure I understand your question very well but If you just want to see the application with different user role you can use the Symfony Role Switcher documented here : http://symfony.com/doc/current/book/security.html#impersonating-a-user
So you just have to put a parameter in your url to view your app as another connected user.
Hope it helps !