httpie / cli

🥧 HTTPie CLI — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more.
https://httpie.io
BSD 3-Clause "New" or "Revised" License
32.67k stars 3.68k forks source link

Add support for OAuth2 authentication #1538

Open rnd-debug opened 8 months ago

rnd-debug commented 8 months ago

Checklist


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.