Hi all,
We are implementing our own authentication provider that uses remote service to get user object.
In standard Symfony's implementation, user object is reconstructed and populated on every request, is it's available as a global variable (For example, in form of app.user or such).
Where is this user object gets populated? (we need to populate it differently)
Thanks,
A.
