EsperoTech / yaade

Yaade is an open-source, self-hosted, collaborative API development environment.
MIT License
1.6k stars 71 forks source link

[Feature Request] Support for Bearer Token authentication #216

Open MitoG opened 1 day ago

MitoG commented 1 day ago

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 commented 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?