mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
20 lines
624 B
JSON
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"
|
|
}
|
|
]
|
|
}
|