antony / grails-oauth-scribe

Grails Oauth plugin using the Scribe library
23 stars 40 forks source link

Override Signature Method #17

Closed uris77 closed 11 years ago

uris77 commented 11 years ago

I'm working with an API that requires the signature_method to be 'PLAINTEXT'. However, the plugin assigns it as HMAC_SHA1. Is there any way to override this?

uris77 commented 11 years ago

Nevermind, I found out how to do it. Maybe should be added to the docs. Will try to find time to document it.

antony commented 11 years ago

Great! If you can add it to the docs, that would be fantastic.