sourcenetwork / defradb

DefraDB is a Peer-to-Peer Edge Database. It's the core data storage system for the Source Network Ecosystem, built with IPLD, LibP2P, CRDTs, and Semantic open web properties.
433 stars 42 forks source link

Node identity #2908

Open islamaliev opened 2 months ago

islamaliev commented 2 months ago

At the moment identity is only client-side feature. We should extend it to nodes as well so that they can also participate in document permission sharing.

A node identity should be generated from a private key and can be stored in the keyring on the node start (prompting password).

shahzadlone commented 1 week ago

I believe this can also tie in with Admin Access Control perhaps