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

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

bug
inrupt-sprint

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

bug

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.

enhancement

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

enhancement

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

documentation

Hello, just wondering if there is a future with typescript definitions for solid-auth-client. Thanks!

question

https://github.com/solid/node-solid-server/pull/835#issuecomment-426430501

enhancement

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

bug

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

authentication