peer-pad icon indicating copy to clipboard operation
peer-pad copied to clipboard

Proposal for capability system

Open pgte opened this issue 8 years ago • 0 comments

For each document:

  • Shared CRDT of type map, containing, for each peer, their capabilities
  • Capabilities can be, read, write and admin
  • Only admins can change capabilities
  • Nodes are identified by IPFS peerId (for now)
  • Genesis: to prevent shadowing (an attack where a node introduces another node, pretending they're genesis), the channel name should contain a signature by the genesis node. (/cc @diasdavid )

pgte avatar Oct 02 '17 15:10 pgte