Orie Steele
                                            Orie Steele
                                        
                                    It feels like we may be dancing around concepts covered by app manifest / chrome extension requirements... essentially, a concrete way to describe the capabilities of progressive web applications... I...
@sudeshrshetty I'm proposing we consider how applications in say an app store or browser extension registry might expose the data models and interfaces they support, lets look at metamask as...
@TomCJones yes, there is some overlap with other initiatives like https://www.apple.com/privacy/labels/ Once you know what a software CAN do, you might rightly ask, what kind of consent should be retained...
Related VC HTTP API PR: https://github.com/w3c-ccg/vc-http-api/pull/168
I am proposing that this object by useful to determine if a presentation should be stored.... in pseudo code: Holder 1 -> Notify -> Holder 2 Holder 1 Holder 2...
@sudeshrshetty good question. I have been designing them as new interfaces... and am running into the stateful persistence issues related to them its all pretty experimental currently, but I am...
@sudeshrshetty yes exactly, I think we should just be more explicit about this, for example: 1. `wallet.issue` returns a credential which MAY be stored with `wallet.add` 2. `wallet.derive` returns a...
@yancyribbens can you propose some JSON / pseudo code for this?
@sudeshrshetty yeah, thats an excellent point... I wonder if thinking of content as an array vs a map with id keys is worth formalizing... I have been thinking of wallets...
@sudeshrshetty yes, in our implementation of the spec, we are doing a lot of this: ``` wallet.contents.find (c) => c.id === "..." ``` This is loosely equivalent to `SELECT ONE...