From 76b1bccd8e6a291a3442aba6d078ca0b64817da3 Mon Sep 17 00:00:00 2001 From: Pierre Balzack <96387156+balzack@users.noreply.github.com> Date: Fri, 22 Mar 2024 14:39:02 -0700 Subject: [PATCH] Update design_overview.md --- doc/design_overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/design_overview.md b/doc/design_overview.md index d4571595..25c4abde 100644 --- a/doc/design_overview.md +++ b/doc/design_overview.md @@ -59,7 +59,7 @@ The discovery of other contacts in the system is achieved through a signed profi Databag clients are used to access a subject’s account. When a client authenticates on behalf of the subject, a unique token is generated at the server and returned to the client. Internally this token is referred to as the agent token, and is included on all communication between the client and the account hosted on the subject’s node. Any account may have multiple clients actively connected.
- +
Connected contacts also have access to shared attributes and channels, but this is done through a different contact token. Contact connection is established through a mutual exchange of signed connect messages. The connect message contains the profile details, but also a token for incoming requests from that contact. The token is stored in the card for all future interactions with that contact.