tc1: bearer token.
Store data and generate a link
The generating SDK instance must be signed in and have delegation capability.sharing.generate() is available from both the Node and Web SDKs. By default,
the generated delegation grants tinycloud.kv/get and
tinycloud.kv/metadata for the selected key.
Receive the same key
Browser recipients can retrieve the shared value with the static helper. They do not create an SDK instance or callsignIn().
What the link contains
- schema version
1 - the full shared KV path
- the TinyCloud host and owner space ID
- a signed read delegation
- a private JWK for the generated share principal
