Ruben Verborgh
Ruben Verborgh
Currently, localStorage can only contain one RP configuration, but this configuration is specific to the IDP and the redirect URI. If any of these are different, a new RP is...
https://github.com/solid/node-solid-server/pull/835#issuecomment-426430501
When logging in with `.login()` in the browser, I noticed that the login event is firing twice. We should fix the cause, but perhaps also ensure that login and logout...
When Mashlib makes requests, it accidentally sends out an HTTP header `map: [object Object]`. I presume a `map` function is being attached by accident. This can result in CORS issues...
webpack 4.x started giving the following warning: > WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). > This can impact web performance. >...
https://github.com/solid/query-ldflex/blob/master/src/SourcePathHandler.js
The context currently has ACL wired up. We should: - [ ] create examples with ACLs - [ ] verify they are easy - [ ] if not, add some...