An open API service indexing awesome lists of open source software.

https://github.com/splix/grails-spring-security-facebook

Facebook Authentication plugin for Grails
https://github.com/splix/grails-spring-security-facebook

Last synced: 11 months ago
JSON representation

Facebook Authentication plugin for Grails

Awesome Lists containing this project

README

          

Facebook Authentication plugin for Grails
=========================================

Grails plugin for Facebook Authentication, extension to [Grails Spring Security Core plugin](http://www.grails.org/plugin/spring-security-core)

**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:

* Docs - http://splix.github.io/grails-spring-security-facebook/
* Example App - https://github.com/splix/grails-facebook-authentication-example

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](http://igorartamonov.com), [The 6 Hours](http://the6hours.com)

License
-------

Apache 2.0