Files
CommunitySolidServer/config/ldp/authorization/allow-all.json
2021-07-27 14:31:02 +02:00

14 lines
397 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.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:Authorizer",
"@type": "AllowAllAuthorizer"
}
]
}