I am using Doctrine as Auth provider in my symfony2 app. How can I access authenticated user in action or template?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In your templates, you can do:
And in your controller, if you extend the base controller provided by the framework bundle, you can do:
Anyway, you can access it from the service container: