Skip to content

Commit 5ed9f8c

Browse files
authored
Update usecases.md
1 parent ec16001 commit 5ed9f8c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

seq/usecases.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ config:
88
mirrorActors: false
99
---
1010
sequenceDiagram
11+
box Apple
1112
participant Apple as Apple
1213
participant App as App
14+
end
15+
box KC
1316
participant RS as REST API
1417
participant KC as Keycloak
18+
end
1519
App->>Apple: Login
1620
App->>RS: Request
1721
RS->>KC: Verify token

0 commit comments

Comments
 (0)