Open
Description
Whenever the server requires an external resource, it will save it to the store which helps to keep it fast (especially for Properties).
As of now, all these resources are also available in collections (when you pass a query param). This means external resources are public, too. Since currenlty all atomic resources are public anyway, this is not a problem. But if Servers, for any reason, could access private data, this could be a possible leak.
See authentication #13