grails-spring-security-facebook
grails-spring-security-facebook copied to clipboard
Giving the possibility of implementing beforeCreate method
beforeCreate
method can be implemented in FacebookAuthService
to execute some logic before creating user. For example, you can implement logic that aborts login throws <AuthenticationException> and handle it in failure handler.
@splix Could you review this pull request?