solid-cli
solid-cli copied to clipboard
A utility to facilitate command-line interaction with Solid servers
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. :vertical_traffic_light: To activate Renovate, merge this Pull Request. To disable...
Might prevent a situation like https://github.com/solid/solid-cli/issues/8
This seems to be a consequence of PR #12 that I had pushed couple of days ago. There have been more than a few breaking changes in @solid/oidc-rp. However, roll...
solid/oidc-rp has been depreciated in favour of Use interop-alliance/oidc-rp. Please migrate to the latter.
I'm trying to login to LDP `idp: 'https://localhost:8443/'` ```js (node:53800) UnhandledPromiseRejectionWarning: SyntaxError: Unexpected token } in JSON at position 3 at JSON.parse () at SolidClient.performLogin (/xxx/node_modules/@solid/cli/src/SolidClient.js:186:31) ``` ```js const consentUrl...
dont mean to be a pain, but I was trying to do some debugging in this code, and want to make sure I'm looking at the most recent code base...
After running the commands, ``` IDP=https://drive.verborgh.org USERNAME=ruben PASSWORD=ruben URL=https://drive.verborgh.org/inbox/ curl "$URL" -H 'Authorization: Bearer '`solid-bearer-token "$IDP" "$USERNAME" "$PASSWORD" "$URL"` ``` I get the error, ``` token.finally(() => saveIdentityManager(identityManager, settingsFile)); ^...