Authentication information in the payload #1263
Unanswered
James-Leste
asked this question in
Q&A
Replies: 1 comment
-
Hiya.. sorry cookies based auth not supported. Also this will be tricky to implement in multi user environment. No plans yet to try this. But PRs welcome. |
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.
-
Hey,
First of all, thank you for making this extension!
I am a developer of a platform whose authenication is implemented such that the each call is attached with a cookie alive for 10 min (refresh if there are activities on the screen). The cookie is generated by attaching a payload containing base64 encoded username and passwords from the login form.
My goal is to use csv files stored in the system volume returned by an endpoint
Existing
Basic Authenication
andHeader/Param
don't achieve this effect.Is there a way in
infinity
I can set up a csv datasource with such authentication?Beta Was this translation helpful? Give feedback.
All reactions