mrjones / oauth

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

Add RSA-SHA1 and allow to use POST for token requests #23

Closed jobi closed 9 years ago

jobi commented 9 years ago

Both were necessary to interact with JIRA

mrjones commented 9 years ago

Looks good to me. Thanks again for the patch!