SSB style apps
Message-Id: https://www.5snb.club/w/ssb-style-apps/
Linked-From: wiki.
secure scuttlebutt is good for its notion of arbitrary apps that get to play with a users data
extend that
give each user a set of apps each app can read and write its own data on that user importantly, app data is distributed each apps data is namespaced into “documents” which are the base unit of permission (at least as far as the runtime is concerned)
each device has a key, keys never leave the device
cross signing is how to authenticate new devices
dont use crypto to protect data when just not sharing it works better, as a rule
(use crypto from device to device though, ofc)