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

To avoid change of control some changes shall be closely supervised : - user email - IdP provider - owner - external webId Among possibilities are : - ask confirmation...

enhancement

Currently 1. NSS raises internal server error, if slug of a non-container resource ends with "%2F", which is also pct-encoded alias of "/". Thus we cannot do `PUT` res with...

bug

serverRoot do not contain a pod storage and should not be advertised as such. There should be no header nor link storage

bug

>> Tim Berners-Lee @timbl mai 14 16:11 Intersting: Trying to register a new account with an external webid I get an nmessage saying linked acounts are not supported? > >>...

https://github.com/solid/node-solid-server/blob/master/default-templates/new-account/profile/card%24.ttl has no triple for `solid:oidcIssuer`. This is because we expect the client to optimistically _assume_ that if `https://xyz.abc/foo/bar#me` describes a human being, then `https://xyz.abc` [may be usable as a...

discussion

According to https://solid.github.io/solid-oidc/#discovery the JSON on /.well-known/openid-configuration must include at least `"scopes_supported": ["webid"]` and if you combine https://solid.github.io/solid-oidc/#tokens-access with https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata you can conclude that `"claims_supported": ["webid"]` is also at least...

help wanted
feature

@theRealImy Adding solid:oidcIssuer in profile specification implies to migrate running servers like solid.web.org, inrupt.net, solicommunity.net and solidcommunity.net:8443 .... - check that profile/card do not contain solid:oidIssuer predicate - the insert...

enhancement
migration

Container .meta should not modify container representation like pim:storage or rdf:contains See https://github.com/solid/community-server/pull/1188 @csarven

feature

While testing an application, we tried to send an authorization request to solidcommunity.net (which runs on the NSS I believe) while using a client id that pointed to a. client...