node-solid-server
node-solid-server copied to clipboard
Solid server on top of the file-system in NodeJS
Test for trialing slashes in value for 'issuer' from '/.well-known/openid-configuration' responses
Basically our ESS Brokers are advertising themselves (in their `/.well-known/openid-configuration` responses) as issuers with a trailing slash, e.g. for `https://broker.pod.inrupt.com/.well-known/openid-configuration`: ``` { "introspection_endpoint": "https://broker.pod.inrupt.com/introspect", "scopes_supported": [ "openid", "offline_access", "webid" ],...
Hi, I get an error when running the server behind NGINX. NSS and NGINX are running on two different machines. I do `solid start` with the following config: ``` {...
For configuration of n-s-s, the readme file specifies > CLI flags take precedence over Environment variables, which take precedence over entries in the config file. I see that the Dockerfile...
If you specify custom values when prompted to by `solid init`, the output looks a bit confusing. For example, the first question is: > ? Path to the folder you...
I have a problem with loggin in to NSS that it assumes which user I want to be instead of waiting for me to type it in. For example whenever...
Skipped the failing ones in master for now, this issue is to fix them
This happens when i try to refresh my browser after running the server in my Nodejs application. Error: Failed to lookup view "/pages/auth" in views directory "/home/devenock/Desktop/Node/authentication/views" at Function.render (/home/devenock/Desktop/Node/authentication/node_modules/express/lib/application.js:580:17)...
From https://github.com/Otto-AA/solid-acl-utils/issues/1#issuecomment-560094697 : > NSS support for etags and if-match is currently not available (weak etags -> if-match gets ignored; etags not provided on GET requests; if-match maybe completely ignored...
Actually pod management only allow to delete an entire pod. Some users break folder .acl and have lost access to the folder. This give a bad experience. Has something allready...
This bug is hard to reproduce timing-wise, but I have received at least one directory listing containing a `.lock` file. For reference, this is what it looked like: ```turtle @prefix...