Closed pledbrook closed 11 years ago
The docs on the plugin portal page say that all the settings are in the security.twitter space, but looking at the code, it seems that they are all under grails.plugins.springsecurity.twitter (via calls to SpringSecurityUtils.securityConfig).
security.twitter
grails.plugins.springsecurity.twitter
SpringSecurityUtils.securityConfig
I also encountered this issue. https://gist.github.com/rsato/5317349
Fixed at [0c304a5869e5261]
Please upgrade to plugin version 0.5
The docs on the plugin portal page say that all the settings are in the
security.twitter
space, but looking at the code, it seems that they are all undergrails.plugins.springsecurity.twitter
(via calls toSpringSecurityUtils.securityConfig
).