A utility to facilitate command-line interaction with Solid servers.
We are currently lacking server-side implementations of the necessary parts of OIDC for non-browser apps. Solid CLI uses a hack to still enable this, but it is not a recommended way of working.
In the future, Solid servers and Solid CLI should use a standardized protocol instead.
npm install -g @solid/cli
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"`
©2018–present Ruben Verborgh, MIT License.