Replies: 1 comment
-
Hey @joel-s |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Could anyone please help me with the following challenge?
We need to include an access token in each HTTP request, as a header:
Our tokens don't last very long, they expire within a minute or two. So we want to make sure to include an up-to-date token each time TusUploady makes a POST or PATCH (etc.) request. That's why we can't just pass the token to <TusUploady> when we create it.
I tried this, but it didn't work:
I think it may be possible to do this with an Enhancer, but I'm not sure how to use one to add a header.
Beta Was this translation helpful? Give feedback.
All reactions