https://github.com/splix/grails-spring-security-twitter
Twitter Authentication plugin for Grails
https://github.com/splix/grails-spring-security-twitter
Last synced: 11 months ago
JSON representation
Twitter Authentication plugin for Grails
- Host: GitHub
- URL: https://github.com/splix/grails-spring-security-twitter
- Owner: splix
- License: other
- Created: 2011-05-28T10:15:37.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2016-09-29T10:32:03.000Z (over 9 years ago)
- Last Synced: 2025-04-04T11:51:07.465Z (about 1 year ago)
- Language: Groovy
- Homepage:
- Size: 541 KB
- Stars: 11
- Watchers: 6
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE.txt
Awesome Lists containing this project
README
Twitter Authentication plugin for Grails
========================================
Twitter Authentication for Grails, extension to [Grails Spring Security Core plugin](http://www.grails.org/plugin/spring-security-core)
Requirements
------------
* grails 2.0+
* spring-security-core plugin 1.2+
How to install
--------------
Add dependency into `BuildConfig.groovy`:
```
plugins {
compile ":spring-security-core:1.2.7.2"
compile ":spring-security-twitter:0.5.3"
}
```
How to use
----------
* Documentation - http://splix.github.io/grails-spring-security-twitter
* Example app - https://github.com/splix/grails-twitter-authentication-example
Authors
-------
[Igor Artamonov](http://igorartamonov.com), [The 6 Hours](http://the6hours.com)
License
-------
Apache 2.0