Hello 👋 While implementing a SecStore for our own persistence layer I noticed that there's no way to for a SecClient to read from a SecStore, it can only write to it. This means that it's up to the clients to implement crash recovery for their app. This seems like ideal to be implemented by the SecClient instead, which would require additional methods to SecStore to be able to read from the SecStore.
Is this something that you'd be interested in adding to steno?
Hello 👋 While implementing a
SecStorefor our own persistence layer I noticed that there's no way to for aSecClientto read from aSecStore, it can only write to it. This means that it's up to the clients to implement crash recovery for their app. This seems like ideal to be implemented by theSecClientinstead, which would require additional methods toSecStoreto be able to read from theSecStore.Is this something that you'd be interested in adding to
steno?