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

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

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