Open elv-todd opened 2 years ago
WWE might not need this if they are simply using the API:
get saved meta
await rootStore.walletClient.ProfileMetadata({
type: "app",
mode: "private",
appId: "itenYQbgk66W1BFEqWr95xPmHZEjmdF",
key: "user-consent-iq__2FrA2S1XBy4zdRGQn1knakpbrBV4"
})
add support for
elv-live
CLI query to view statestore app data, scoped by tenant. (a tenant admin user using tenant auth.)here is a sample usage of app-scoped data in the statestore:
note: this requires the statestore to accept tenant auth before this will work.
see linked issue: https://github.com/qluvio/elv-appservices/issues/2
not a high priority for now, as we can view this data via DB admin privileges, and, I don't think the customer is asking for it yet.