Files
CommunitySolidServer/config/ldp/authorization/readers/access-checkers/agent-class.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
346 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/context.jsonld",
"@graph": [
{
"comment": "Checks access based on the agent being authenticated or not.",
"@id": "urn:solid-server:default:AgentClassAccessChecker",
"@type": "AgentClassAccessChecker"
}
]
}