2022-05-05 11:20:53 +02:00

20 lines
624 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^5.0.0/components/context.jsonld",
"@graph": [
{
"comment": [
"DO NOT USE IN PRODUCTION. ONLY FOR DEVELOPMENT, TESTING, OR DEBUGGING.",
"Always allows all operations."
],
"@id": "urn:solid-server:default:PermissionReader",
"@type": "AllStaticReader",
"allow": true
},
{
"comment": "Everything is allowed, so there are no auth-specific resources.",
"@id": "urn:solid-server:default:AuthResourceHttpHandler",
"@type": "UnsupportedAsyncHandler"
}
]
}