Community contributed extensions

SecureSocial [securesocial] module

This module is for the Play 1.x series only.

SecureSocial allows you to add an authentication UI to your app that works with services based on OAuth1, OAuth2, OpenID and OpenID+OAuth hybrid protocols. The following services are supported:

- Twitter (OAuth1)
- Facebook (OAuth2)
- Google (OpenID)
- Google (OpenID + OAuth Hybrid)
- Google (OAuth2)
- GitHub (OAuth2)
- Yahoo (OpenID + OAuth Hybrid)
- LinkedIn (OAuth1)
- Foursquare (OAuth2)
- MyOpenID (OpenID)
- Wordpress (OpenID)
- Username and Password

http://jaliss.github.com/securesocial/

Written by Jorge Aliss.

Published releases

0.2.6 Nov 09 2012 Documentation Try Play
0.2.5 Oct 04 2012 Documentation Try Play
0.2.4 Feb 08 2012 Documentation Try Play
0.2.3 Jan 24 2012 Documentation Try Play
0.2.2 Nov 27 2011 Documentation Try Play
0.2.1 Nov 25 2011 Documentation Try Play
0.2 Nov 24 2011 Documentation Try Play
0.1 Nov 21 2011 Documentation Try Play

To install locally this module use the install command:

play install securesocial-{version}

To add this module as dependency of your application, add it to the dependencies.yml file:

require:
        - play -> securesocial {version}