Spaces:
Sleeping
Sleeping
File size: 368 Bytes
61d39e2 | 1 2 3 4 5 6 7 8 9 10 | # Share Links
A **share link** is a link to Puter's origin which contains a token
in the query string (the key is `share_token`; ex:
`http://puter.localhost:4100?share_token=...`).
This token can be used to apply permissions to the user of the
current session **if and only if** this user's email is confirmed
and matches the share link's associated email.
|