solid-contrib / solid-node-client

a nodejs client for Solid
MIT License
20 stars 8 forks source link

Support for CSS? #20

Open renyuneyun opened 1 year ago

renyuneyun commented 1 year ago

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 not support CSS, or something else?

FYI: for CSS, I followed the steps as for NSS -- add https://solid-node-client as a trusted app; set IDP, username and password in the script.

jeff-zucker commented 1 year ago

There is no finalized spec covering the the authorization of apps. CSS recently introduced their own version of how that should be done. I presume that the same steps that would work on CSS from any cli would work in solid-node-client, although you may have to craft your own login. I'm afraid I don't have time to look into it now, if you find something and can submit a PR, I would be very grateful. Otherwise, I'll look into it after the first of the year.