Open amitaibu opened 9 years ago
Yes, it's because if we don't accept any authenticaction provider, but authentication is optional the expected result is the anon user. If we accept cookie, the expected result is the logged in user. This means different results depending on the plugin definition.
This means that on every
\RestfulManager::invalidateEntityCache
we re-authenticate the same user. @mateu-aguilo-bosch do you remember the reason for disabling the static cache here?