node-solid-server
node-solid-server copied to clipboard
Solid server on top of the file-system in NodeJS
When requesting a simple document such as ``` . ``` with the complex accept header `application/n-quads,application/trig;q=0.95,application/ld+json;q=0.9,application/n-triples;q=0.8,text/turtle;q=0.6,application/rdf+xml;q=0.5,application/json;q=0.45,text/n3;q=0.35,application/xml;q=0.3,image/svg+xml;q=0.3,text/xml;q=0.3,text/html;q=0.2,application/xhtml+xml;q=0.18` throws the following error: ``` Error translating between RDF formats ```
As part of the OIDC login flow, during the backchannel exchange to get the access and id token (assuming you are in the auth code flow, but that's not relevant...
At the moment NSS defines a default 14-day token lifespan: https://github.com/solid/oidc-op/blob/main/src/AccessToken.js#L7 Why re-consider? - a long life for NSS access tokens affects the entire Solid ecosystem. If another server (e.g....
## Expected behaviour - `POST` a resource to an IRI where a resource already exists, with the `If-None-Match` header set. - The server returns [412](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/412), and the original resource is...
When trying to log in to CSS using [the `run-against-css.sh` script of the WAC tests](https://github.com/solid/web-access-control-tests/blob/main/run-against-css.sh), you get: ```sh 2021-08-11T12:45:33.820Z [DPoPWebIdExtractor] warn: Error verifying WebID via DPoP-bound access token: The access...
I'm trying to upload an jpeg image file. In the `Slug` header I give it a name with a .jpg extension. However, the server appends another extension after that-- `.jpeg`....
Testing version: 5.6.4 Having got an access token using DPoP, if I make a request to a resource but use the token in Bearer mode instead of signing the request...
@jaxoncreed Actually there is now way to see the real running version on `solid.community` or `dev.inrupt.net` and `inrupt.net` displays NSS 5.1.4 When creating a clean new server the NSS version...
On a sign in, I'm seeing this: https://github.com/crspybits/SolidAuthSwift/blob/main/Docs/README/AuthorizeNull.png @wrmack looked and says this comes from `appUrl.origin`. https://github.com/crspybits/SolidAuthSwift/issues/1 Is there a reason it isn't coming from `client_name` in the registration request?...