solid-client
solid-client copied to clipboard
Javascript client library for Solid applications
Example: "Solid currently uses WebID-TLS for authentication, which relies on a web browser's built-in key store to manage certificates and prompt the user to select the correct certificate when accessing...
angular-cli is reporting "Can't resolve" errors when building Angular application which uses solid-client. One of the errors is pointing to this repository and second one points to a XMLHttpRequest -...
I need to be able to set headers etc. in the request. Many functions in `solid-client` are missing this ability. e.g. https://github.com/solid/solid-client/blob/master/src/solid/profile.js#L619-L658
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...
1. Call `createContainer()`. 2. On the promise returned, call a function with the returned data available in the parameter. This parameter will not have a method `addPermission`
I give each storage 'rdfs:label' and often create multiple storages for each person or group. App before making registration of a type in index, needs to prompt user to chose...
The client should throw an exception when `getProfile()` is called with a null/falsy webId profile URL.
extended profile can include preference for proxy service and client should attempt to discover it first before falling back to use some default proxy service.
https://github.com/solid/solid-spec/blob/master/recommendations-server.md#default-containers recommends - (root) - (profile) - (settings) - (inbox) currently solid client provides `.storage` which matches (root) from above list, it should in similar way provide easy access to...