comunica / comunica-feature-solid

📬 Comunica packages for query execution over Solid data pods
Other
3 stars 4 forks source link

Allow auth to be disabled on CLI. #28

Closed rubensworks closed 2 years ago

rubensworks commented 2 years ago

Issue type:


Description:

While the main purpose of the Solid Comunica engine is to enable Solid auth, in some cases it might still be useful to disable this authentication. In JS, this can already be done by simply not passing a session. However, on the CLI, this is not yet possible.

We could for example achieve this by setting --idp to void, or adding a completely new CLI flag.

github-actions[bot] commented 2 years ago

Thanks for the suggestion!