I am using Doctrine as Auth provider in my symfony2 app. How can I access authenticated user in action or template?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
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:
|
||||
|
|