ciaranj / node-oauth

OAuth wrapper for node.js
MIT License
2.44k stars 660 forks source link

Special handling for empty oauth_token #342

Open akoptelov opened 6 years ago

akoptelov commented 6 years ago

Some service providers support so-called trusted consumers (e.g. Jazz CLM server) so no user interaction is needed to access a protected resource. Jazz oauth expect oauth_token parameter to be an empty string. Still node-oauth just omits this parameter in this case.