cli icon indicating copy to clipboard operation
cli copied to clipboard

Add support for OAuth2 authentication

Open rnd-debug opened this issue 2 years ago • 1 comments

Checklist

  • [x] I've searched for similar feature requests.

Enhancement request

I would like httpie to support OAuth 2.0 authentication, ideally in a way similar to the infamous P**man. As an example for a client credentials request, users of httpie would supply the info needed to obtain a token (eventually via a config file).

I am aware of the existence of httpie-oauth1 plugin, which hasn't been updated in a while and supports only OAuth 1.0.

I am not sure if this feature request shouldn't be in the httpie/desktop repo.

rnd-debug avatar Oct 31 '23 05:10 rnd-debug

Until httpie supports OAuth2.0 out of the box, you may want to have a look at this community plugin: https://hg.sr.ht/~zash/httpie-oauth2.

dalbani avatar Jan 22 '25 13:01 dalbani