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

@mrkvon Actually logging in with NSS account use the RS256 algorithm. ``` https://solidcommunity.net/.well-known/openid-configuration ``` ``` {"issuer":"https://solidcommunity.net","jwks_uri":"https://solidcommunity.net/jwks","scopes_supported":["openid","offline_access"],"response_types_supported":["code","code token","code id_token","id_token code","id_token","id_token token","code id_token token","none"],"token_types_supported":["legacyPop","dpop"],"response_modes_supported":["query","fragment"],"grant_types_supported":["authorization_code","implicit","refresh_token","client_credentials"],"subject_types_supported":["public"],"id_token_signing_alg_values_supported":["RS256"],"token_endpoint_auth_methods_supported":"client_secret_basic","token_endpoint_auth_signing_alg_values_supported":["RS256"],"display_values_supported":[],"claim_types_supported":["normal"],"claims_supported":[],"claims_parameter_supported":false,"request_parameter_supported":true,"request_uri_parameter_supported":false,"require_request_uri_registration":false,"check_session_iframe":"https://solidcommunity.net/session","end_session_endpoint":"https://solidcommunity.net/logout","authorization_endpoint":"https://solidcommunity.net/authorize","token_endpoint":"https://solidcommunity.net/token","userinfo_endpoint":"https://solidcommunity.net/userinfo","registration_endpoint":"https://solidcommunity.net/register"} ``` With #1698 being resolved we can also...

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Hi, When logging with an Inrupt.com account (a.k.a Pod Spaces, https://signup.pod.inrupt.com/) on several apps, I find the following error in the console: `normalizedAlgorithm.importKey is not a function` after trying to...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

By _private group_ we mean a group defined in a file that has permission to be viewed by the group itself (detailed description follows). ### The issue When we 0....

https://github.com/solid/node-solid-server/pull/1623 has been reverted due to mashlib and/or rdflib using MS-Author-Via header Should be removed following https://github.com/solid/specification/issues/124

enhancement

Hi all, I was unsuccessfully trying to HTTP PATCH a turtle file. If I don't prefix the 'xsd' namespace the patch works. **Original resource:** ``` @prefix : . @prefix as:...

Currently NSS reserves `.acl` for acl resources, and it correctly rejects put requests to it, when there is no subject resource. But when one do a put request like `a/b/c.acl/d/e.txt`,...

see issue #1666 excludes from %encode/%decode `_exceptSlash () { return /(\/|%2f|%2F|%252F|%252f)/g }`