solid-contrib / solid-node-client

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

feat: Allow customizing App's URL for NSS #19

Closed renyuneyun closed 1 year ago

renyuneyun commented 1 year ago

This PR adds the ability to change App's URL when creating the client object, for NSS log-in. The README is also updated with relevant instructions.

Only NSS-related parts are changed. I did not see how the ESS-related part uses appUrl, so can't change. (I also don't have an ESS account to test.)

jeff-zucker commented 1 year ago

Thanks!