OAuth Client [oauth] module
This module is for the Play 1.x series only.
This module provides tools to connect to an OAuth provider, such as Twitter or Google.
http://github.com/erwan/playoauthclient
Written by Erwan Loisant.
Published releases
1.0 | Feb 24 2010 | Documentation | Try Play |
To install locally this module use the install
command:
play install oauth-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> oauth {version}