Files
CommunitySolidServer/config/ldp/authorization/readers/access-checkers/agent.json
Joachim Van Herwegen bf28c83ffa feat: Use PermissionReaders to determine available permissions
These readers will determine which permissions
are available for the incoming credentials.
Their results then get combined in a UnionReader
and authorized in a PermissionBasedAuthorizer
2021-09-28 13:06:38 +02:00

11 lines
314 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/context.jsonld",
"@graph": [
{
"comment": "Checks if a specific WebID has access.",
"@id": "urn:solid-server:default:AgentAccessChecker",
"@type": "AgentAccessChecker"
}
]
}