Vault Architecture #4685
wittjosiah
started this conversation in
General
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
Web browsers are trending more and more towards not allowing shared data between origins [1] [2] [3] which stops one of the biggest motivations of the vault architecture [4]: a shared database instance between multiple applications.
Notes
References
[1] https://developer.chrome.com/docs/privacy-sandbox/shared-storage/
[2] https://webkit.org/tracking-prevention/
[3] https://social.coop/@josiah/110374222202958196
[4] https://github.com/dxos/dxos/blob/f0cd5328c14a7fc2f573f91e5fbc26b67d031a9a/docs/docs/design/diagrams/client-services.drawio.svg
Beta Was this translation helpful? Give feedback.
All reactions