antony / grails-oauth-scribe

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

Update callback url dynamically from referer #53

Closed bhagenbourger closed 8 years ago

bhagenbourger commented 8 years ago

Update callback url dynamically from referer Callback is update dynamically only if property grails.plugin.springsecurity.oauth.setCallbackDynamically is set to true

antony commented 8 years ago

Hi @bhagenbourger

Thanks for the PR!

Would it be possible to provide some tests to go with this code? I'd like to keep the plugin stable and reliable for its users.

Thanks, Antony