Grails plugin for Facebook Authentication, extension to Grails Spring Security Core plugin
PROJECT IS LOOKING FOR A NEW MAINTAINER
Please contract [email protected] if you would like to work on the plugin, we'll move it to your repo
- Grails 3.x
- Spring-Security-Core plugin 3.x
Examples:
- Docs - http://splix.github.io/grails-spring-security-facebook/
- Example App - https://github.com/splix/grails-facebook-authentication-example
dependencies {
compile 'org.grails.plugins:spring-security-facebook:0.19.2'
}
If you have any troubles with getting it from main Grails Plugins repository, add following repository:
repositories {
maven {
url "http://dl.bintray.com/splix/grails-plugins"
}
}
Apache 2.0