solid-contrib/solid-client

usage in node.js - bots

elf-pavlik opened this issue · 2 comments

Solid client needs testing and documentation on how to use ig in node.js env. For example to write bots etc.

I think currently it doesn't have clear way to configure X.509 cert which will get used for WebID-TLS authentication.

I think rdflib relies on the browser to send a certificate.

There's no equivalent mechanism on the server side.

This inspired me to experiment with my own library using nodejs http libraries

https://www.npmjs.com/package/rdf-shell

Once the OIDC branch of solid-client gets merged into master, I'll document the usage of the client lib in node.js (with auth via access tokens).