Vincent
Vincent
Relevant conversation: https://gitter.im/solid/specification?at=5ee742837b6da9126a96ebdd With [the answer](https://gitter.im/solid/specification?at=5ee76fd17a7f8d2d6337aebd): > The Solid spec requires that servers implement If-None-Match as part of MUST implement RFC7232. Clients MAY implement RFC7232.
Posting this earlier overview I wrote for posterity: > When it comes to dynamic Panes, there are different options with different levels of dynamism. The level of dynamism we want...
Just challenging one assumption here: how often are multiple panes relevant for a single resource? In other words: perhaps we should consider just loading a single pane for every resource....
@timbl What is the Link pane supposed to do? The [`mintNew`](https://github.com/solid/solid-panes/blob/eeeca7e2ae55080c436be6384db0a5c925397083/links/linksPane.js#L27) function simply resolves without doing anything - is it simply unfinished? ([The commit message seems to imply so...](https://github.com/solid/solid-panes/commit/eeeca7e2ae55080c436be6384db0a5c925397083))
Just so I know which issues to subscribe to: is this the blocker? https://github.com/solid/oidc-rp/issues/4
Thanks @dmitrizagidulin, that's very clear. Short other question: is it theoretically already possible for solid-auth-client to know when the token has expired? Even if we're not able to refresh the...
Hmm, so I've done some digging here, but it doesn't seem like this should need extra logic in `currentSession()`: solid-auth-client currently [calls @solid/oidc-rp's `validateResponse`](https://github.com/solid/solid-auth-client/blob/f5e20c9a28e00c9458fea0f187f5f6dffc74223d/src/webid-oidc.js#L48), which in turn [checks whether the...
Thanks for sharing your concerns @Paratron. To emphasise, the reason for this is technical and unique to FxA/Relay: if you create an FxA account with a Relay address, and then...
Hi @dveditz, unfortunately that bug is not public. Is it possible to make it public?
Don't worry, you can disable it again afterwards! That said, if you want to keep it disabled, it's probably best to just wait a bit until we have a fix...