docs: clarify share link redirect and token usage

This commit is contained in:
Laurence
2026-03-23 10:42:17 +00:00
parent ba2a9c62c9
commit af841c2d50

View File

@@ -29,6 +29,11 @@ Anyone with the link or access token can use it. Treat both like credentials.
Pangolin can accept a share-link access token in either the query string or request headers. Pangolin can accept a share-link access token in either the query string or request headers.
The copied share-link URL is not the same as the access-token usage examples:
- The share link shown when you create it is a Pangolin-managed link that takes the user through Pangolin's share flow and then redirects them to the resource.
- The access-token usage examples below send the token directly to the resource URL on every request.
### Query Parameter ### Query Parameter
By default, Pangolin accepts the access token in the `p_token` query parameter: By default, Pangolin accepts the access token in the `p_token` query parameter: