Skip to content

Commit

Permalink
More of same
Browse files Browse the repository at this point in the history
  • Loading branch information
expede committed Oct 17, 2023
1 parent eecd649 commit 30aac25
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,16 @@ flowchart RL
subgraph del1 [Delegated UCAN]
del1Iss(iss: Bob) --> rootAud
del1Sub(sub: Alice)
del1Aud(aud: Carol)
del1Sub(sub: Alice)
del1Sub --> rootSub
end
subgraph del2 [INVALIDATED Delegation]
del2Iss(iss: Carol) --> del1Aud
del2Sub(sub: Alice)
del2Aud(aud: Dan)
del2Sub(sub: Alice)
del2Sub --> del1Sub
end
Expand All @@ -78,8 +77,8 @@ flowchart RL
subgraph rev [Revocation]
revArg("arg: {revoke: cid(carol_to_dan)}")
revCmd("cmd: ucan/revoke")
revPrf("proofs")
revIss(iss: Bob)
revPrf("proofs")
end
subgraph inv [INVALIDATED Invocation]
Expand Down

0 comments on commit 30aac25

Please sign in to comment.