Skip to content

Commit

Permalink
Update motivation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raymcdermott authored Nov 5, 2024
1 parent 84720d1 commit d327350
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/motivation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@
sequenceDiagram
User->>CLJS SPA: Clicks "Fetch Secret"
CLJ Service->>Third-Party-REST-API: Fetch secret
rect rgb(0, 155, 0)
Note left of CLJ Service: TLS
Note left of Third-Party-REST-API: TLS
Third-Party-REST-API->>CLJ Service: secret
end
rect rgb(0, 155, 0)
Note right of CLJ Service: TLS
end
Third-Party-REST-API->>CLJ Service: * * S E C R E T * *
rect rgb(120, 10, 10)
Note over CLJ Service: Clear text
CLJ Service->>CLJS SPA: secret
end
CLJ Service->>CLJS SPA: * * S E C R E T * *
CLJS SPA->>User: Show secret
```

0 comments on commit d327350

Please sign in to comment.