You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 under Auth would be nice
Similar to what Postman and Insomnia offer
Insomnia
Postman
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: