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
this won't be a normal path but for the purpose of getting the app to give the best user experience, it should open the final PDF download link in the main web browser. But this main web browser needs to be logged in for the PDF download to work.
Here's one possible way this could work: a GET endpoint /setcookie, with two URL params:
token with the token
redirect with the path to a URL to redirect to
it would just set the cookie and redirect to the URL given as parameter
The text was updated successfully, but these errors were encountered:
this won't be a normal path but for the purpose of getting the app to give the best user experience, it should open the final PDF download link in the main web browser. But this main web browser needs to be logged in for the PDF download to work.
Here's one possible way this could work: a GET endpoint
/setcookie
, with two URL params:token
with the tokenredirect
with the path to a URL to redirect toit would just set the cookie and redirect to the URL given as parameter
The text was updated successfully, but these errors were encountered: