SessionTokenAuthentication: make SessionToken available as a global secret variable #47335
Tom-DK
started this conversation in
Connector Ideas and Features
Replies: 0 comments
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.
-
I’m implementing an API using the no-code builder, but unfortunately I’m hitting the limits…
The API requires a sessionToken to be injected in a specific way into the body payload. Currently, you can only inject the sessionToken as a Bearer token or a custom API_KEY header. It would be wonderful to have a third option, that just stores the session token in a global secret variable e.g.
config[‘sessionToken’]
. This way you can interpolate the tokenstring wherever in many ways. The no-code builder could be covering much more use cases by this.Beta Was this translation helpful? Give feedback.
All reactions