Add Delegate
as an easy method for extending the delegation chain
#36
Labels
enhancement
New feature or request
enhancement-delegation
New feature for delegation tokens
v1.0.0-rc.1
Given I have a UCAN
delegation
token with (one of?) my DID(s) in theaud
field, add aDelegate
method that makes it easier to continue the delegation chain. This can be accomplished but theNew
constructor but almost every field must then be copied by the library user.The method signature would be something like:
And
DelegateOption
would include the following implementations:WithAttenuatedCommand
WithAdditionalPolicyPredicates
WithoutInheritedPolicy
The text was updated successfully, but these errors were encountered: