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 151 node-solid-server issues
Sort by recently updated
recently updated
newest added

Based on the spec (https://github.com/solid/solid-spec/blob/master/api-websockets.md#subscription), client can subscribe and the server will send WebSocket pub messages on CRUD operations. I use this for inbox monitoring - notify user about new...

I have been experimenting with NSS for use with the Data Kitchen project and I'm going to use this space to record some notes which may be of use to...

discussion

I know this goes against a lot of Solid promotes in terms of security, and might not be possible wrt WebID, but I've wished a lot of times for simpler...

See https://github.com/solid/solid-crud-tests/pull/47, check out that branch of the CRUD tests. Run NSS in multi-user mode on localhost. Then: ```sh export OIDC_ISSUER_ALICE=https://localhost:8443 export STORAGE_ROOT=https://alice.localhost:8443 export ALICE_WEBID=${STORAGE_ROOT}/profile/card#me export USERNAME_ALICE=alice export PASSWORD_ALICE=123 export...

I get an internal server error when I try to delete "big" files from my pod at inrupt.net. The files are a few megabytes big, you can find them here:...

Here is a typical log: https://gist.github.com/bshambaugh/c85663417a3b494e7770e0541de14bb0 I was over on solid chat on gitter and @timbl said it was an error and suggested reloading the page. I tried this and...

The openid configuration available at the .well-wknow iri for the NSS identity provider (e.g. `https://solid.zwifi.eu/.well-known/openid-configuration`) indicates support for the `refresh_token` grant. However, when issuing a refresh token request that should...

1. go to https://inrupt.net/ 2. login as "tonda" 3. try opening any profile page (in browser), like https://tonda.inrupt.net/profile/card#me, https://tonda.inrupt.net/, https://tonda.inrupt.net/inbox. Or try HTTP GET of https://tonda.inrupt.net/inbox. Everything ends up with...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [snyk](https://togithub.com/snyk/snyk) | devDependencies | minor | [`1.425.3` -> `1.427.1`](https://renovatebot.com/diffs/npm/snyk/1.425.3/1.427.1) | --- ### Release...