Connect Token
This token represents a connection intent created by a user.
The connect token can contain a content (c) field in markdown format. The token must contain an audience (aud) field which points to the identity the user is connecting with. For other constraints see the Action Tokens.
Database key
The database key for a connect token is [iss, t, aud]
Example
User @alice.cloudillo.net wants to connect with @bob.cloudillo.net:
Field | Value |
---|---|
iss | alice.cloudillo.net |
aud | bob.cloudillo.net |
iat | 2024-04-13T00:01:10.000Z |
k | 20240101 |
t | CONN |
c | Hi! Remember me? We met last week on the bus. |