Results 5 comments of Carl Blakeley

Suppose you have ``` let resolvedDataPath = subjectPath.resolve(ldfDataPath); ``` and you don't know how many values `ldfDataPath` will return. In trying to just code for the generic case, using: ```...

There's a simple React test application for exercising LDflex at https://github.com/OpenLinkSoftware/Flexpress and a demo instance at http://ods-qa.openlinksw.com/flexpress/. It's when developing this that I've come across these issues. I've experienced problems...

I've also seen this issue intermittently in the Chrome browser when developing. Firefox seems unaffected and the built app runs in Chrome. A race condition?

Though WebID-TLS doesn't use localStorage and uses credentials held in a presumably more secure keychain/keystore, isn't it still vulnerable to attack by session hijacking? If the creation of a WebID...

@dmitrizagidulin @elf-pavlik @kidehen From https://github.com/solid/solid/issues/142#issuecomment-388639226 "So, when we talk about establishing user sessions, we're only describing two things: 1) A session between a user and their IdP ... and 2)...