docs(aden-credential-sync): typo (#3601)

This commit is contained in:
Patrick
2026-02-05 16:11:13 +08:00
committed by GitHub
parent 51f1b449cd
commit d25d94e71b
+9 -9
View File
@@ -13,26 +13,26 @@ The Aden server handles OAuth2 authorization code flows (user login, consent, to
```
┌─────────────────────────────────────────────────────────────────┐
│ Local Agent Environment
│ Local Agent Environment │
│ │
│ ┌──────────────────────────────────────────────────────────┐ │
│ │ CredentialStore │ │
│ │ CredentialStore │ │
│ │ ┌────────────────────┐ ┌────────────────────────────┐ │ │
│ │ │EncryptedFileStorage│ │ AdenSyncProvider │ │ │
│ │ │ (local cache) │ │ - Fetches from Aden │ │ │
│ │ │ ~/.hive/creds │ │ - Delegates refresh │ │ │
│ │ │ ~/.hive/credentials│ │ - Delegates refresh │ │ │
│ │ └────────────────────┘ │ - Reports usage │ │ │
│ │ └─────────────┬──────────────┘ │ │
│ └────────────────────────────────────────┼─────────────────┘ │
│ │
└───────────────────────────────────────────┼─────────────────────
│ │ │
└───────────────────────────────────────────┼─────────────────────┘
│ HTTPS
┌─────────────────────────────────────────────────────────────────┐
│ Aden Server
│ Aden Server │
│ │
│ ┌──────────────────────────────────────────────────────────┐ │
│ │ Integration Management │ │
│ │ Integration Management │ │
│ │ - HubSpot, GitHub, Slack, etc. │ │
│ │ - Handles OAuth2 auth code flow │ │
│ │ - Stores refresh tokens securely │ │