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

The auth.logout() is not sending the token to the Solid server which we need for identifying the user for proper logout. The code in question is here: ```javascript export async...

by default, it's simplier to use solid auth login popup let popupUri = 'https://solid.community/common/popup.html'; but when i use let popupUri = './dist-popup/popup.html'; with a copy of what i find in...

Is there a particular reason why `logout()` doesn't remove `solid-auth-client` in `localStorage`? Since the session is killed, there is nothing in particular in solid-auth-client in localStorage that's useful (AFAICT). `requestHistory`...

enhancement

Hello, me and my project partner are both trying two different things, but we are both getting the same error: ``` 403 Origin Unauthorized: No permission to access this resource...

at login time, if you make call to `currentSession()` and make a 2nd call before first is resolved, you get `null` ## way to reproduce the bug * add this...

Logged into one solid pod. Using a login from another pod. Running code which happens to read read-only code from w3.org when then gets a 401 return code... Console log:...

Current Functionality: tracksession check if there is a token in the local storage to validate if the user is logging or not. Possible issue: Apps doesn't know when the token...

triage

I'm using Reactjs with Express as backend to create a solid chrome extension. I want to make a login interface in my extension to connect to a pod, it worked,...

Hello, I developed an API that accesses resources on my pod. Access to resources requires the user to authenticate. The user authenticates to a web application that consumes the API....

If an issuer does not respond, the UI for issuer selection does not provide any feedback to the user. It simply sits there.