node-solid-server icon indicating copy to clipboard operation
node-solid-server copied to clipboard

Solid server on top of the file-system in NodeJS

Results 171 node-solid-server issues
Sort by recently updated
recently updated
newest added

I'm not sure if it's intentional, but it appears that when I first sign in to an app using an NSS 5.6.6 Pod (e.g. inrupt.net or solidcommunity.net), I no longer...

Hi, I am running some experiments querying more than 128 pods in parallel from the Inrupt server and SolidCommunity. In both cases when I query data from more than 128...

I’m experimenting with running the node-solid-server on a raspberry pi using raspbian light. I use the development environment in bin/solid-test and my config contains the following: ![image](https://user-images.githubusercontent.com/29282335/119481407-f3316280-bd52-11eb-8248-3df034cf3541.png) On my laptop...

So you will be able to write protect a file still and even stop yourself reading it but you will always be able change that back. See https://gitter.im/solid/chat?at=5f866ebe78d7f20c9faac119

priority-high

As described in https://github.com/inrupt/solid-client-js/issues/1035

bug

When testing the login flow using WebId-TLS, I was unable to successfully log in using my certificate. I configured the certificate such that it points to my pod in the...

NSS responds to unauthenticated and unauthorized GET requests to `/foo/bar` (that exists) by including the HTTP header: ``` Link: ; rel="acl", rel="describedBy", ; rel="type" ``` For GET requests to non-existing...

security

I followed those instructions: https://github.com/solid/node-solid-server#use-docker ``` git clone https://github.com/solid/node-solid-server cd node-solid-server docker build -t node-solid-server . docker run -p 8443:8443 --name solid node-solid-server ``` Visiting https://localhost:8443/ then leads to this:...

@michielbdejong I am seeing 500s on the `/token` endpoint when `solid-auth-fetcher` tries to renew the token, as well as a 401. The server logs are set to verbose, but don't...

I have myPod/private/ and myPod/public/ folders. The code below, after login, gives 200 if the target is myPod/private/ but a 401 if the target is myPod/private. However both myPod/public and...