solid-node-client icon indicating copy to clipboard operation
solid-node-client copied to clipboard

a nodejs client for Solid

Results 5 solid-node-client issues
Sort by recently updated
recently updated
newest added

Previously I only used this library with NSS, and it works without issues. But today I'm trying it with CSS, but always unable to log-in. Is this because it does...

Hi, I'm doing a node app with the library, and there is no way of catching the exception thrown when the app is not added as "trusted application". You should...

When I try to use solid-node-client in a nwjs environment, inside `SolidNodeClient.prototype._getAuthFetcher`, the `cookie` is set to `null` and then the program crashes since `getAuthFetcher()` expects a cookie to have...

When I'm trying to use a custom login I get ``` (node:36065) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'length' of null at Object.getAuthFetcher (/mnt/70D8F8E6D8F8AC0A/Documents/courses/stage/projects/nodeSolidAPI/node_modules/solid-auth-fetcher/dist/obtainAuthHeaders.js:11:29) at SolidNodeClient. (/mnt/70D8F8E6D8F8AC0A/Documents/courses/stage/projects/nodeSolidAPI/node_modules/solid-node-client/src/index.js:100:67) at step (/mnt/70D8F8E6D8F8AC0A/Documents/courses/stage/projects/nodeSolidAPI/node_modules/solid-node-client/src/index.js:33:23) at...