Skip to content

Commit

Permalink
Create motivation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raymcdermott authored Nov 5, 2024
1 parent 63928f9 commit 84720d1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/motivation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
```mermaid
sequenceDiagram
User->>CLJS SPA: Clicks "Fetch Secret"
CLJ Service->>Third-Party-REST-API: Fetch secret
Note left of CLJ Service: TLS
Note left of Third-Party-REST-API: TLS
Third-Party-REST-API->>CLJ Service: secret
Note over CLJ Service: Clear text
CLJ Service->>CLJS SPA: secret
CLJS SPA->>User: Show secret
```

0 comments on commit 84720d1

Please sign in to comment.