Skip to content

Commit

Permalink
docs: add auth service to m2m readme flowchart
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Nov 20, 2024
1 parent 00f146c commit 4b61fd6
Showing 1 changed file with 23 additions and 17 deletions.
40 changes: 23 additions & 17 deletions examples/express/with-m2m/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,29 @@ OR
### Allowed call flows

```
┌──────────────────────┐
│ │
┌──────────────────────────► Calendar Service │
│ │ │
│ └──────────┬───────────┘
┌───┴─────┐ │
│ │ │
│ CLI │ │
│ │ xxxxx
└───┬─────┘ │
│ │
│ │
│ ┌──────────▼───────────┐
│ │ │
└──────────────────────────► Note Service │
│ │
└──────────────────────┘
┌──────────────────────┐
Get Token │ │
┌───────► Auth service │
│ │ │
│ └──────────────────────┘
│ ┌──────────────────────┐
│ Use Access Token │ │
│ ┌──────────────────────────► Calendar Service │
│ │ │ │
│ │ └──────────┬───────────┘
┌┴──┴─────┐ │
│ │ │
│ CLI │ │
│ │ xxxxx
└───┬─────┘ │
│ │
│ │
│ ┌──────────▼───────────┐
│ Use Access Token │ │
└──────────────────────────► Note Service │
│ │
└──────────────────────┘
```

### Notable files
Expand Down

0 comments on commit 4b61fd6

Please sign in to comment.