Add support for OAuth 2.0 authentication flows
Author: jirutkaCreated Sep 26, 2022Updated Apr 10, 2026
Can you please consider adding support for OAuth 2.0, at least the client_credentials grant?
Example:
xh --auth-type oauth2 --auth <client_id>:<client_secret> --oauth-grant client_credentials --oauth-token-url https://example.org/oauth/token GET example.org/api/v1/helloSource: ducaale/xh