splix / grails-spring-security-facebook

Facebook Authentication plugin for Grails
http://splix.github.io/grails-spring-security-facebook/index.html
Other
39 stars 35 forks source link

Giving the possibility of implementing beforeCreate method #90

Open joasgarcia opened 9 years ago

joasgarcia commented 9 years ago

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.

joasgarcia commented 9 years ago

@splix Could you review this pull request?