Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Support for Bearer Token authentication #216

Open
MitoG opened this issue Nov 22, 2024 · 1 comment
Open

[Feature Request] Support for Bearer Token authentication #216

MitoG opened this issue Nov 22, 2024 · 1 comment

Comments

@MitoG
Copy link

MitoG commented Nov 22, 2024

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 under Auth would be nice

Similar to what Postman and Insomnia offer

grafik
Insomnia

grafik
Postman

@jonrosner
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants