grails-oauth-scribe icon indicating copy to clipboard operation
grails-oauth-scribe copied to clipboard

Grails Oauth plugin using the Scribe library

Results 7 grails-oauth-scribe issues
Sort by recently updated
recently updated
newest added

Missing portion in the build process is around the code/tasks for publishing the plugin.

After making my request this is what's in the session Session Content: org.codehaus.groovy.grails.FLASH_SCOPE = org.codehaus.groovy.grails.web.servlet.GrailsFlashScope@2dd733e4 intuit:oasRequestToken = Token[xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx , yyyyyyyyyyyyyyyyyyyyyy] (with actual values where 'xxxxxxxxx' and 'yyyyyy' are) According to...

I've been wondering why the various apps that use the OAuth plugin for authentication always need reauthorising by the user. This is annoying for those that simply need the authentication...

For the same provider, need a way to specify different callback uri, so that different links can return to different pages. Or at least have a way to pass a...

At the moment, if you don't specify `successUri` and `failureUri` settings for a provider, you just end up with an exception. THe plugin should really use a sensible default if...

This is to avoid classpath problems with relation to plugins.