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 f3cdb40 commit fd8d200
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/motivation.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ The Third Party service usually has several clients and would prefer a standard

## Practical solution

```mermaid
sequenceDiagram
User->>CLJS SPA: Clicks "Fetch Secret"
CLJS SPA->>ok2cry: updatePayload
Expand All @@ -77,9 +78,11 @@ CLJS SPA->>ok2cry: decrpytPayload
ok2cry->>ok2cry: Destroy Key Pair
ok2cry->>CLJS SPA: plain text payload
CLJS SPA->>User: Show secret
```

The service uses ok2cry which has tested the key combinations between servers and clients.


The process for encryption and decryption is based on standards.



0 comments on commit fd8d200

Please sign in to comment.