{ "@context": [ "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld", "https://linkedsoftwaredependencies.org/bundles/npm/asynchronous-handlers/^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:PermissionReader", "@type": "AllStaticReader", "allow": true }, { "comment": "Everything is allowed, so there are no auth-specific resources.", "@id": "urn:solid-server:default:AuthResourceHttpHandler", "@type": "StaticThrowHandler", "onlyHandle": false, "factory": { "@id": "urn:solid-server:default:UnsupportedErrorFactory" } } ] }