ChromeRestClient icon indicating copy to clipboard operation
ChromeRestClient copied to clipboard

OAuth header cannot be constructed (OAuth 1 implementation)

Open apapsch opened this issue 9 years ago • 2 comments

When I add the Authorization header and click the pencil button, I can only add Basic authentication info. I was able to add OAuth info. Where has it gone?

apapsch avatar May 23 '16 13:05 apapsch

Hi,

Thanks for an issue report. In new version there's a support for basic, ntlm and digest authentication headers. Support for OAuth 1.0 was removed because of low usage (it was below 0.01%). On the roadmap there is adding support for OAuth 2.0.

Support for OAuth 1.0 could be restored but right now I plan to focus on the design side of the app and bringing new exiting features. I'll leave it open so if anyone would like to write a module to support OAuth 1.0 and send a PR could use it as a launch bug. However I'm not planing creating and maintaining the code - to be completely honest with you.

jarrodek avatar May 23 '16 17:05 jarrodek

This is related to #751

jarrodek avatar Aug 23 '16 11:08 jarrodek