node-solid-server
node-solid-server copied to clipboard
Solid server on top of the file-system in NodeJS
NSS server express server implementation # create express servers /lib/create-server.js - http server - webSockets server from npm solid-ws set live param to bind to ws publish - Updates-Via header...
Am away from proper keyboard at the moment to follow up closely. I thought there was an issue or discussion somewhere already on this but if this is a duplicate...
There was already a 404 on non existant filename. So it is just a code cleaning.
d2024-03-05 t08:22 @bourgeoa the two buttons look different in the moment in size. this PR improves the UI via making the size the same and consistent.
@csarven I recently noticed that - CSS allows .meta on document Resource, but not ACL on the documentResource.meta. With a somehow server specific implementation https://github.com/CommunitySolidServer/Recipes/issues/34 - NSS do not allow...
I got this passing: * git checkout 73e73c84e4e7a8602511569441f8c793439739ac * webid-provider-tests v2.0.3 -> 36 passed, 36 total * solid-crud-tests v6.0.0 -> 4 skipped, 57 passed, 61 total * web-access-control-tests v7.1.0 ->...
As title, and it's related to issue solid/solid-auth-client#142 If I use the `https://electric-data-pod.com:8443/popup.html` target via popup window to login the specific Solid App, it only does authentication. Then redirecting to...
I am setting solid on a remote Linux-based server. Whenever I execute `solid init` command, it generates this error: ```pre const Blob = globalThis.Blob || bufferModule.Blob ^ ReferenceError: globalThis is...
I get page with ``` {"error":"invalid_request","error_description":"Mismatching redirect uri"} ``` and a URI of https://inrupt.net/authorize?client_id=e09567c40614847dd3a348683a13666a&redirect_uri=https%3A%2F%2Ftimbl.com%2Ftimbl%2FAutomation%2Ftabbed.ttl%3Fstate%3D391e9862269246f8aad691e854a90155&response_type=code&scope=openid%20offline_access%20webid&state=71ff5784b4a34c87bd4fce74e4607b8c&code_challenge=vl89aeeof4eY30_2kBpvE1lwR6SQlEufQKOgmURoZDQ&code_challenge_method=S256&prompt=none&response_mode=query when I try to use my NSS-based inrupt.net to log into timbl.com at `https://timbl.com/timbl/Automation/tabbed.ttl#this` I don't...