solid-auth-client
solid-auth-client copied to clipboard
A browser library for performing authenticated requests to Solid pods
This may be hair-brained, but it could potentially have many uses. It could work by making a cut-out in solid-auth-client.fetch() that handed fetching of data:// URIs to a local-storage aware...
Is there a way to handle multiple logins simultaneously? In my filemanager ([this one](https://github.com/Otto-AA/solid-filemanager)) this could be used to transfer files between two private pods without the need to download...
Doc said there are three types of events https://github.com/solid/solid-auth-client#events But what's this 'request' event? https://github.com/solid/react-components/blob/54ab590ffb79e645f5a4c898057ab94e282b3bad/src/UpdateTracker.js#L95
https://github.com/solid/webid-oidc-spec#issuer-discovery-from-webid-profile > During the Provider Selection or Provider Confirmation steps it is necessary to discover, for a given WebID, the URI of the authorized OIDC provider for that WebID. I...
The minified file is currently 116KB. I wonder if we could do something about it. With source-map-explorer, I obtained [this diagram](https://cdn.rawgit.com/RubenVerborgh/7fdcc5d7d6b182ee7c533c289632ed32/raw/ed507106688ec9d5552e2b8e1680103b85c2623c/solid-auth-client.html). I wonder if there are some components we can...
I use solid.authing.cn for testing NSS5. When I logined as `alicea`, solid-auth-client doesn't carry cookies. 
See https://github.com/solid/profile-viewer-tutorial/issues/4 Cause found by @steven-borruso : > Found the "problem" ... my bad ... wasn't hitting my sample app site url with https ... was using http ... seems...
I've been building a demo app using @solid/react in preparation for a talk I'm giving on Solid to NationJS, a big JavaScript conference in Washington, DC. The app is functionally...
Many Web applications perform tasks in a Web Worker, and this includes fetching. Therefore, it would be useful if this library's `fetch` would also function in a Web Worker. Of...
https://github.com/solid/solid-auth-client/issues/95#issuecomment-443186026