Skip to content

splix/grails-spring-security-facebook

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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