Henry Story

Results 422 comments of Henry Story

A spec would need to distinguish Units and precision. The Posix dates I guess are expressed as a unit of milliseconds since the Unix Epoch, and it looks like these...

> > What ontologies should be used when returning a `GET` on a LDP Container? > > Whichever the implementer/administrator/user determines are relevant in providing a description of that Container....

@woutermont this issue was brought up in last week's authorization panel for which I have just put up the [meeting notes PR](https://github.com/solid/authorization-panel/pull/256). I pointed out during the meeting, that in...

Thinking about it from first principles, what does [the Launcher App](https://github.com/solid/authorization-panel/blob/main/proposals/LauncherApp.md) do? 1. It has rights to write to a part of the user's Pod allowing it to: + create...

> So the app directly accesses resources or it makes requests via the Launcher app using it as proxy? My [first proposal for the Launcher App](https://github.com/solid/authorization-and-access-control-panel/blob/master/Proposals/LauncherApp.md) has it return some...

In [today's teleconf - 11 Dec 2019-](https://hackmd.io/v3WUYEHDQ96vnqGGIskf0g) (on the subject of [issue 31](https://github.com/solid/authorization-and-access-control-panel/issues/53)) @justinwb mentioned that this was a very important use case. Can you develop a bit? Just to...

One possible answer is to think of the user's Pod Proxy as a launcher App, following my answer in [issue 57](https://github.com/solid/authorization-and-access-control-panel/issues/57#issuecomment-564662016). What is the answer from the OAuth side?

> @bblfish user has 'launcher app' running on remote server, why would they run additional instances on their local devices? Speed and efficiency come to mind: it is faster to...

> Even as XSS protection, it's terribly easy to circumvent. How does one do that? (note: the whole framework to protect against XSS is quite cumbersome for linked data applications,...

Ah yes, we all have to use proxies in Solid for that use case. It is particularly annoying as one has to do that for accessing public resources and it...