grails-spring-security-facebook
grails-spring-security-facebook copied to clipboard
Facebook Authentication plugin for Grails
Hey First of all thank you for this plugin - it really speed up my initial development cycle. But now I'm hitting the wall: when I'm trying to login again...
I have an application with: - Grails 2.4.4 - org.grails.plugins:spring-security-facebook:0.17 - org.grails.plugins:spring-security-core:2.0.0 The application ran without problems, but these days I get this error: ERROR facebook.FacebookAuthUtils - No access_token in...
The package for class LinkGenerator has changed with recent versions of Grails. This plugin does not work with Grails 3.2.0 anymore. It has been moved from `org.codehaus.groovy.grails.web.mapping.LinkGenerator` to `grails.web.mapping.LinkGenerator`. This...
After the user has authenticated with facebook, could we display a page to ask for further user profile detail before the user is created?
Hi, Sometimes I see that errors in my logs. I can't understand why. Have you an idea ? grails 2.4.4 java 8 spring-security-facebook:0.17 spring-security-core:2.0-RC4 ``` 2015-02-03 16:49:18 facebook.FacebookAuthProvider Can't fetch...
Hello Splix, Thanks for taking the effort for this plugin. I was on Grails 2.4.1 but had to go multi-tenant route. Since multi-tenant doesn't work on 2.4, need to go...
Thing is defaultFailureUrl is now private so we should do this below: ``` redirectFailureHandlerTest(SimpleUrlAuthenticationFailureHandler) { * setDefaultFailureUrl('/login/auth') //redirect to this URL when authentication fails* } ``` rel #91
`beforeCreate` method can be implemented in `FacebookAuthService` to execute some logic before creating user. For example, you can implement logic that aborts login throws and handle it in failure handler.
the redirectAfterLogin parameter is used to provide an URL to which the user get's redirected after the FB login succeeds or fails. Other commits are bugfixes
Hi , I have the below configuration. Faceboook button that i get is small and i want to customize it . Please let me know the process. compile "org.grails.plugins:spring-security-facebook:0.15.3-CORE2" and...