Skip to content

bkdotcom/opauth-yahoo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Opauth-Yahoo

=======

Opauth strategy for Yahoo authentication.

Implemented based on http://developer.yahoo.com/oauth/guide/oauth-auth-flow.html using OAuth 1.0.

Opauth is a multi-provider authentication framework for PHP.

Getting started

Install Opauth-Yahoo:

cd path_to_opauth/Strategy
git clone git://github.com/booper/opauth-yahoo.git Yahoo

Sign Up Yahoo App and Get a Consumer Key at https://developer.apps.yahoo.com/dashboard/createKey.html

During registration, indicate the kinds of Yahoo! User data (also called Scopes) you want to access. Later in the OAuth process, Yahoo! will ask your Users if Yahoo! should allow you to access their User data. For more information about Scopes, see Scopes section http://developer.yahoo.com/oauth/guide/oauth-scopes.html

Configure Opauth-Yahoo strategy.

Direct user to http://path_to_opauth/yahoo to authenticate

Strategy configuration

Required parameters:

'Google' => array( 'key' => 'Consumer Key', 'secret' => 'Consumer Secret' )

Optional parameters: Optional parameters: appid ( Provide it if you have several apps in Yahoo.com)

References

License

Opauth-Yahoo is MIT Licensed
Copyright © 2013 Valerii Igumentsev (http://facebook.com/ibooper)

About

Opauth strategy for Yahoo.com authentication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%