Emelia Smith
                                            Emelia Smith
                                        
                                    hmm, okay, I'll see if I can make it happen.
@stephen ah, yes, then I'd say `optionalDependency` β was confusing to see it come up when installing; I've also noticed this module isn't yet updated to webpack 4, which is...
@stephen on webpack, there's probably a more extensive upgrade needed, but that'd be to switch to the new loader APIs, for now we're supporting webpack 3, but should probably drop...
Nope, it's actually a bug in https://github.com/prisma/graphql-import-loader/blob/master/src/index.ts#L8 It should be `this.resource` rather than `source`, as `source` is the file contents, which means that graphql-import doesn't have context of the location...
(addendum: I just decided to switch to [webpack-graphql-loader](https://github.com/samsarahq/graphql-loader), which works roughly similar, but not as advanced on imports (it's more or less just file concatenation).
Just to clarify, I had the configuration wrong when I said `scopes_supported` be set to include `"webid"` in the array; It didn't seem to actively break anything when I tested...
Hey @bourgeoa, that came from me, so let me explain it a bit: in @inrupt/solid-client-authn we'd have code that mean we accidentally expected servers to allways be returning `scopes_supported`, we...
@bourgeoa correct! If you then wanted to support the draft Solid-OIDC spec, you'd then add `"webid"` to that list, and probably have to add the key `"dpop_signing_alg_values_supported"` (though I'm not...
I think this is related to the fact that NSS doesn't support the latest solid OIDC spec, see #1510 and #1639
The `solid:oidcIssuer` field in WebIDs is now mandatory per https://solid.github.io/solid-oidc/#webid-profile (related to #1639 )