Follow Token
This token represents a follow intent created by a user.
The token must contain an audience (aud) field which points to the identity the user is following. For other constraints see the Action Tokens.
Database key
The database key for a follow token is [iss, t, aud]
Example
User @alice.cloudillo.net follows @bob.cloudillo.net:
Field | Value |
---|---|
iss | alice.cloudillo.net |
aud | bob.cloudillo.net |
iat | 2024-04-13T00:01:10.000Z |
k | 20240101 |
t | FLLW |