Hi!
I'm trying to implement JIRA authentication through bell. JIRA uses RSA-SHA1 to create signatures. Unfortunately, it looks like bell uses HMAC-SHA1 every single time, without letting us change the algorithm; is that correct?
RSA-SHA1 is supported by node-oauth, which bell seems to use.
Is there any way to change the signing algorithm? Thanks!