Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing OAuth support as Atlassian provider only supports RSA-SHA1 #127

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

attrib
Copy link

@attrib attrib commented Feb 14, 2016

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.

This was referenced Feb 14, 2016
@attrib
Copy link
Author

attrib commented Feb 14, 2016

Fixes #61 and #9

Copy link

@pranavv pranavv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add this comit

@attrib
Copy link
Author

attrib commented Apr 25, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants