Generation of variables from running a script #869
Replies: 2 comments 1 reply
-
|
I have a similar need where I have to compute a token with multiple comma separate values and also include an SHA1 hash of those variables. Something like this: I really would love a way to eval some function to produce the token on every call. The values are not static: one is a timestamp and one is a nonce that changes per request. I was thinking something like a |
Beta Was this translation helpful? Give feedback.
-
|
Related update: #1422 This discussion is addressed by the new |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In my use case, I would like to generate an auth token and inject it into a variable so that variable can be used in the request.
Is there currently anyway to support this? I imagine when it look for the variable it would evaluate it during runtime.
Beta Was this translation helpful? Give feedback.
All reactions