fix(sync): bind browser data to one account owner

This commit is contained in:
2026-07-10 10:46:52 -04:00
parent 46eac43326
commit 3be13ca295
16 changed files with 678 additions and 24 deletions
+2
View File
@@ -30,6 +30,7 @@ pub mod encryption;
pub mod error;
pub mod key_store;
pub mod snapshot;
mod sync_owner;
pub mod vault;
mod vault_bootstrap;
@@ -53,6 +54,7 @@ pub use snapshot::{
AuthenticatedSnapshot, AuthenticatedSnapshotHead, SnapshotDownload, SnapshotPayload,
SnapshotUploadRequest,
};
pub use sync_owner::SyncOwnerStore;
pub use vault::{
ACCOUNT_KEY_WRAP_SUITE, ACCOUNT_KEY_WRAP_VERSION, SyncVaultDocument, VaultContext,
WrappedAccountKey,