You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be nice to be able to fetch (and perhaps update) the list of third-party connections, like those displayed on the Permissions screen on the Lattice.
The text was updated successfully, but these errors were encountered:
We do this on the Lattice manager. Each SDK instance is just a connection attempt to a Lattice and really shouldn't persist data outside of memory. Furthermore, we don't want someone to create a connection to a Lattice with one requester and then be able to snoop on every other connection. What were you imagining?
The Lattice manager displays that information, but it stores that data in local storage, which can get out of sync in a few different ways. If the user deletes the data intentionally, clears their browser cache, removes the connection from their Lattice, removes the connection from the third-party system, etc.
If we were able to query the device for it's third-party connections, we could keep the list in the Lattice Manager in sync.
It'd be nice to be able to fetch (and perhaps update) the list of third-party connections, like those displayed on the Permissions screen on the Lattice.
The text was updated successfully, but these errors were encountered: