Files
CommunitySolidServer/config/ldp/authorization/authorizers/access-checkers/agent-class.json
Simone Persiani 16ebfb329f refactor: Refactor WebAclAuthorizer
Co-Authored-By: Ludovico Granata <Ludogranata@gmail.com>
2021-08-23 16:39:25 +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"
}
]
}