splix / grails-spring-security-facebook

Facebook Authentication plugin for Grails

Home Page:http://splix.github.io/grails-spring-security-facebook/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facebook Authentication plugin for Grails

Grails plugin for Facebook Authentication, extension to Grails Spring Security Core plugin

PROJECT IS LOOKING FOR A NEW MAINTAINER

Please contract igor@artamonov.ru if you would like to work on the plugin, we'll move it to your repo

Requirements

  • Grails 3.x
  • Spring-Security-Core plugin 3.x

Examples:

Installation

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" 
    }
}

Authors

Igor Artamonov, The 6 Hours

License

Apache 2.0

About

Facebook Authentication plugin for Grails

http://splix.github.io/grails-spring-security-facebook/index.html

License:Other


Languages

Language:Groovy 99.9%Language:JavaScript 0.1%