node-jira icon indicating copy to clipboard operation
node-jira copied to clipboard

Fixing OAuth support as Atlassian provider only supports RSA-SHA1

Open attrib opened this issue 9 years ago • 2 comments

Atlassian OAuth only provides RSA-SHA1 (at least in the cloud version). This requires a new version of request module, the old version doesn't support RSA-SHA1.

But seems everything else is still working.

Also oAUTH module is not needed, so removed it.

attrib avatar Feb 14 '16 01:02 attrib

Fixes #61 and #9

attrib avatar Feb 14 '16 01:02 attrib

@pranavv See https://github.com/steves/node-jira/issues/122 - There is a fork, where this commit was added https://github.com/jira-node/node-jira-client

attrib avatar Apr 25 '17 08:04 attrib