You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My usecase is to share some pictures with unregistered users in immich.
If i create a shareable link to a resource in pangolin i'm presented with the following options:
use url like https://<pangolin_base_url>/s/<_hash>
use token https://<resource.pangolin_base_url>/?p_token=.<_hash>
use headers
Now lets say i created a shared link (e.g. https://<resource.pangolin_base_url>/share/<_hash>) in the resource which has another auth layer after pangolin. That link would enable the user to skip the second auth. How would i format that the end user only has to click one link and is automatically redirected?
What i tried:
https://<pangolin_base_url>/s/<_hash>?redirect=<url_encoded_resource_share_link> -> takes me to https://<resource.pangolin_base_url>
https://<resource.pangolin_base_url>/share/<_hash>/?p_token=<_hash> -> kinda off gets me to resource but doesn't load page entirely (my assumption is that <resource.pangolin_base_url>/api calls are made which skip the token and therefore aren't valid)
some wild combinations which probably wouldn't work in the first place
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My usecase is to share some pictures with unregistered users in immich.
If i create a shareable link to a resource in pangolin i'm presented with the following options:
Now lets say i created a shared link (e.g. https://<resource.pangolin_base_url>/share/<_hash>) in the resource which has another auth layer after pangolin. That link would enable the user to skip the second auth. How would i format that the end user only has to click one link and is automatically redirected?
What i tried:
Anyone tried something similar with success?
Beta Was this translation helpful? Give feedback.
All reactions