Skip to content

Caching and restricting read access #170

Open
@joepio

Description

@joepio

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions