Zwifi

Results 100 comments of Zwifi

I think one of the main issues here, as pointed out by @NoelDeMartin, is that the browser shares some resources for a given origin, such as `localStorage`. We are currently...

Thanks for reporting this ! I'll look into it and keep this issue updated as I go.

Hi Ruben, Thanks for the suggestion, I'll give it a try ! Do you know if it would still enable tree-shaking if the final app is in a browser context...

On incoming redirect, `@inrupt/solid-client-authn-browser` strips the OIDC-related query strings from the redirect URL, namely `state`, `code`, `id_token`, `access_token`, `error` and `error_description`. Some values are stored internally by the library in...

Thanks for reaching out! In one of our packages, some dev dependencies were mixed with the actual dependencies, which caused some package size issues. However, as @ianconsolata pointed out, one...

Hi @FUUbi , thanks for reporting this ! Redirections are indeed a tad tricky with OpenID. The issue we are facing in your case is the following: on one hand,...

Hi @smessie , thanks for reaching out, and thanks for looking for existing issues matching your problem! I'm afraid there is a fundamental issue with hosting two conceptually separate apps...

> So every page should do a handleIncomingRedirect to restore the session Client-side navigation aims at not requiring that, otherwise the navigation experience becomes quite painful because of the latency...

There is no real difference in the login process between the Pod owner (what I think you refer to as an admin) and any other third-party user: at some point,...

Thanks for reporting this. I'll try to fix as soon as possible, and I'll check for other values optional as per the spec that we may expect to be necessarily...