LogoLogo
  • ๐Ÿ”ฎDeSci Codex
    • ๐Ÿ•Š๏ธOverview
    • ๐ŸDesign goals
  • Data layer definition
    • ๐ŸŒณIntroduction to Sidetree
    • ๐Ÿ‘พEntities
      • ๐Ÿง‘โ€๐Ÿ”ฌProfiles
      • ๐Ÿ“—Research object
      • ๐Ÿ“„Research component
      • ๐Ÿ…Claim
      • ๐Ÿ“ฏAttestation
      • ๐Ÿ’ฌAnnotation
      • ๐Ÿ”Relational information
        • ๐Ÿ’ซResearch field
        • ๐ŸคContributor
        • ๐Ÿ‘‰Reference
    • ๐Ÿท๏ธMetadata
  • Protocol operation
    • ๐ŸŽฃDeterministic resolution
    • ๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘Participation
      • ๐Ÿ“šNetwork operators
      • ๐Ÿ”ฎGateway providers
      • ๐Ÿ“ฆData services
      • ๐ŸงฒAdvanced indexing
      • ๐Ÿ—บ๏ธdPID resolvers
      • ๐Ÿ›‚Identity verifiers
      • ๐Ÿท๏ธLegacy PID mapping
  • Implementation
    • ๐ŸŒŠCeramic & ComposeDB
    • ๐Ÿ› ๏ธReference implementation
    • โš ๏ธCurrent limitations
      • ๐ŸคžMutability quirks
      • ๐ŸงInvalid data
      • โŒ›Timestamps
      • ๐ŸŽŸ๏ธDelegation of permissions
  • Future work
    • ๐ŸงฉFeature wishlist
    • ๐Ÿ›ฃ๏ธRoadmap
Powered by GitBook
On this page
  • Gateway operation batching
  • Account abstractions
  1. Implementation
  2. Current limitations

Delegation of permissions

Allow helping hands

Some planned features depend on the ability to delegate control over certain operations, like allowing someone to publish data on your behalf. For instance, letting members of an organization issue attestations on behalf of the organization DID, inviting a data steward to update the data DAG for a publication, et cetera.

This is a hard problem in the decentralization space as identity circulates around the cryptographic wallet and solutions like multisigs and ring signatures are hard to work with. But there are two main ways forward.

Gateway operation batching

Gateways could implement advanced features to allow organizations to manage members, and through this collect suggested operations from individuals, which are compiled into a set that can be accepted and published by someone with control over the organization DID.

This pattern of collecting suggestions that are ultimately applied by the controlling DID could be used to solve many problems regarding multi-author collaboration. The gateway can help organize the changes, illustrate the effects of application for the decision maker, and aid in adding relevant contributor relations if necessary.

Account abstractions

Instead of using a traditional single-user wallet to approve changes to a node, the DID could be controlled by what's called an account abstraction. This is a wallet controlled by a smart contract, which allows more or less arbitrary logic to regulate which keys can perform different types of actions. This could be a way to implement multi-author publishing, delegate control over publishing, and allowing a user DID to โ€œimpersonateโ€ an organization.

Last updated 1 year ago

โš ๏ธ
๐ŸŽŸ๏ธ