solid-auth-client icon indicating copy to clipboard operation
solid-auth-client copied to clipboard

A browser library for performing authenticated requests to Solid pods

Results 79 solid-auth-client issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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

documentation

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...

enhancement

I use solid.authing.cn for testing NSS5. When I logined as `alicea`, solid-auth-client doesn't carry cookies. ![image](https://user-images.githubusercontent.com/2469688/51781937-fd2f0080-215a-11e9-9a32-7905eb091dcc.png)

cannot-reproduce

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...

bug

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...

inrupt-planning

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...

authentication

https://github.com/solid/solid-auth-client/issues/95#issuecomment-443186026

enhancement