Ruben Verborgh
Ruben Verborgh
Yeah but the question is: who issues the request? If LDflex issues the request, then LDflex is responsible for parsing, and it is sending the correct headers. If the SDK...
Could I get all request and response headers please?
The above headers are correct (with the exception of `Vary` not including `Origin`, but not a problem for our purposes).
So I'd need the source-mapped stack trace.
Just want to add here that the Accept header sent by the client does not / should not depend on the server. The client just states what it supports; regardless...
@rubensworks This is the flow I've always wanted to implement, back in the days of solid-auth-client even (and we had a prototype with the same flow as well). Given that...
Yes, you should definitely review it. Is there a write-up somewhere of those security mechanisms? Then we can reason about them versus Web workers. Note that the function is still...
Can/should we just webpack `cross-fetch` out?
Thanks, @NSeydoux! > `handleincomingRedirect`, which returns not a `Session`, but a `SessionInfo` Can we iterate a bit more on this? What exactly does `handleincomingRedirect` do and why does it return...
> For a non-breaking change, what could be done is to make it so that `handleIncomingRedirect` returns the session it is bound to, which would implement the `ISessionInfo` interface. This...