feat(desktop): isolate private data by account
This commit is contained in:
parent
3e317745b5
commit
1d2a8a2f63
12 changed files with 143 additions and 60 deletions
|
|
@ -15,7 +15,9 @@
|
|||
},
|
||||
"registry": {
|
||||
"owner": "HOLOLAKE_NATIVE_RUST_CORE",
|
||||
"location": "TAURI_APP_DATA_CODE_CHANNEL_V1",
|
||||
"location": "TAURI_APP_DATA_ACCOUNTS_V1_HASHED_ACCOUNT_CODE_CHANNEL_V1",
|
||||
"authenticated_account_required": true,
|
||||
"cross_account_projection_allowed": false,
|
||||
"stored_fields_include_credentials": false,
|
||||
"atomic_write": true,
|
||||
"restart_readback": true
|
||||
|
|
|
|||
Loading…
Reference in a new issue