How to configure API Key / basic auth authorization value in environment json structure? #5883
Unanswered
davehouser1
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I read your documentation here
https://docs.insomnia.rest/insomnia/authentication
However "API Key" is not listed, which appears to be an option now in the latest version 2023.1.0 running on Ubuntu.
How do I configure "API Key" for the "authorization" in the json structure as an environmental global variable? Would it be the same as setting a barer token? where I just use the prefix as the key, like this?
Same question goes for configuring basic auth, with a username and password?
Would be really great if I didn't have to configure this authorization this way, possibly make it so I can configure all API settings in a parent folder and have it it propagate down to all childeren like Postman does. Is that possible?
Beta Was this translation helpful? Give feedback.
All reactions