File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ participant "Disco" as Bob_Disco #eececd
77participant "EFSS" as Bob_EFSS #eececd
88actor "Bob" as Bob_user #eececd
99== Invite ==
10- Bob_user -> Bob_EFSS : Add contact 'Alice'
10+ Bob_user -> Bob_EFSS : Create token for 'Alice'
1111Bob_EFSS -> Bob_user : token
1212Bob_user -> Alice_user : OCM invite [ token, FQDN ]
1313Alice_user -> Alice_EFSS : Add contact [ token ]
@@ -19,7 +19,7 @@ Alice_EFSS -> Alice_user: 'Bob' is a trusted contact
1919Alice_user -> Alice_EFSS : Share doc with 'Bob'
2020Alice_EFSS -> Bob_Disco : GET /.well-known/ocm
2121Bob_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 ]
2323Bob_EFSS -> Alice_Disco : GET /.well-known/ocm
2424Alice_Disco -> Bob_EFSS : pubkey
2525Bob_EFSS --> Alice_EFSS : 201 created
You can’t perform that action at this time.
0 commit comments