Open MitoG opened 1 day ago
There is an option for OAuth2 bearer authentication. If you want to have any special token, add a header with Authorization: Bearer ${token}
and have token be an environment variable. I don't think adding this as a Auth option is a big time-saver. Any reason why just a header is a problem?
Greetings,
considering even yaade using Bearer Token authentication, it would be great to see it as an additional option under
Auth
for single requests and for an environment.It is currently possible to do Bearer Token authentication by manually setting the
Authorization
header but specifically adding this underAuth
would be niceSimilar to what Postman and Insomnia offer
Insomnia
Postman