solid-auth-client
solid-auth-client copied to clipboard
A browser library for performing authenticated requests to Solid pods
There have been issues with the "Log In" button in the popup being unresponsive. I still have this problem, https://github.com/solid/node-solid-server/issues/884 and others had this problem due to an expired cert....
`options.headers` might be a simple object or iniated with [the Headers API](https://developer.mozilla.org/en-US/docs/Web/API/Headers). Copying an object of type `Headers` using [spread syntax](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_syntax) will not copy the key-values stored within the object....
The popup should not contain any OIDC code; it can just pass anything to the parent. `auth.login` could pass the URL instead of redirecting.
Currently, localStorage can only contain one RP configuration, but this configuration is specific to the IDP and the redirect URI. If any of these are different, a new RP is...
There is a section on the [README](https://github.com/solid/solid-auth-client/blob/master/README.md) called reading and writing data. However it only shows how to read, and not write. I think it would be helpful to add...
Hello, just wondering if there is a future with typescript definitions for solid-auth-client. Thanks!
https://github.com/solid/node-solid-server/pull/835#issuecomment-426430501
When logging in with `.login()` in the browser, I noticed that the login event is firing twice. We should fix the cause, but perhaps also ensure that login and logout...
This issue happens on instances of node-solid-server with firefox (i.e. https://solid.community, https://solidtest.space) ## Preparation 1. Have 2 different solid accounts/WebIDs (user0, user1) 2. Create a new chat in https://user0.somehost/public/chat (_chat_)...