mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-04-16 06:46:42 +00:00
docs: clarify share link redirect and token usage
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user