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
- Host: GitHub
- URL: https://github.com/splix/grails-spring-security-facebook
- Owner: splix
- License: other
- Created: 2011-10-17T15:05:16.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2017-04-30T01:47:57.000Z (about 9 years ago)
- Last Synced: 2025-04-04T11:51:07.573Z (about 1 year ago)
- Language: Groovy
- Homepage: http://splix.github.io/grails-spring-security-facebook/index.html
- Size: 386 KB
- Stars: 39
- Watchers: 8
- Forks: 35
- Open Issues: 24
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE.txt
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