TBD54566975 / dwn-sdk-js

Decentralized Web Node (DWN) Reference implementation
https://identity.foundation/decentralized-web-node/spec/
Apache License 2.0
326 stars 105 forks source link

Add Delegate Grants to ProtocolConfigure #801

Closed LiranCohen closed 2 months ago

LiranCohen commented 2 months ago

Currently ProtocolConfigure only supports normal permission grants, we would like the ability to add a delegate grant to ProtocolConfigure, as it is something that modifies state and an actor may want to delegate that to act on their behalf.

LiranCohen commented 2 months ago

Completed