Skip to content

A module that provides OAuth, OAuth2 and OpenID authentication for Play Framework 2.1 with asynchronous API.

License

Notifications You must be signed in to change notification settings

theodoreLee/securesocial_async

 
 

Repository files navigation

Difference from the Original SecureSocial

It supports Play 2.1 and Scala 2.10.

The UserService trait defines asynchronous APIs based on Scala’s Future. If you access database asynchronously (e.g. using Play’s asynchronous APIs), the modified API may be easier to work with.

SecureSocial for Play 2

SecureSocial allows you to add an authentication UI to your app that works with services based on OAuth1, OAuth2 and OpenID protocols. SecureSocial provides Scala and Java APIs so you can integrate it using your preferred language.

Check the project web site for more information: http://www.securesocial.ws

SecureSocial for Play 1.x

The old version of SecureSocial is under the 1.x branch now. The ‘master’ branch is for the Play 2 version only.

Written by Jorge Aliss (@jaliss)

Licence

SecureSocial is distributed under the Apache 2 licence.

About

A module that provides OAuth, OAuth2 and OpenID authentication for Play Framework 2.1 with asynchronous API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published