mrjones / oauth

OAuth 1.0 implementation in go (golang).
http://www.mrjon.es
MIT License
269 stars 119 forks source link

Add support for RSA-SHA1 and using POST for token requests #22

Closed jobi closed 9 years ago

jobi commented 9 years ago

Both were necessary to interface with JIRA

mrjones commented 9 years ago

Thanks a lot for the patch!

I had just one (maybe silly) question, otherwise looks good to me.