Skip to content

Commit be2d274

Browse files
committed
More refinements to sequence diagrams
1 parent cac99a3 commit be2d274

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

diagrams/code-flow.puml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ participant "Disco" as Bob_Disco #eececd
77
participant "EFSS" as Bob_EFSS #eececd
88
actor "Bob" as Bob_user #eececd
99
== Invite ==
10-
Bob_user -> Bob_EFSS: Add contact 'Alice'
10+
Bob_user -> Bob_EFSS: Create token for 'Alice'
1111
Bob_EFSS -> Bob_user: token
1212
Bob_user -> Alice_user: OCM invite [ token, FQDN ]
1313
Alice_user -> Alice_EFSS: Add contact [ token ]
@@ -19,7 +19,7 @@ Alice_EFSS -> Alice_user: 'Bob' is a trusted contact
1919
Alice_user -> Alice_EFSS: Share doc with 'Bob'
2020
Alice_EFSS -> Bob_Disco: GET /.well-known/ocm
2121
Bob_Disco -> Alice_EFSS: endpoints, capabilities, pubkey
22-
Alice_EFSS -> Bob_EFSS: (signed) POST /ocm/share
22+
Alice_EFSS -> Bob_EFSS: (signed) POST /ocm/share [ refreshToken ]
2323
Bob_EFSS -> Alice_Disco: GET /.well-known/ocm
2424
Alice_Disco -> Bob_EFSS: pubkey
2525
Bob_EFSS --> Alice_EFSS: 201 created

0 commit comments

Comments
 (0)