2017 © Pedro Peláez
 

library yahoojp

Yahoo!JAPAN(YConnect) strategy for Opauth

image

opauth/yahoojp

Yahoo!JAPAN(YConnect) strategy for Opauth

  • Friday, June 21, 2013
  • by it2911
  • Repository
  • 3 Watchers
  • 12 Stars
  • 2,046 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 1 Versions
  • 11 % Grown

The README.md

Opauth-Yahoojp

[Opauth][1] strategy for Yahoo! JAPAN(YConnect)., (*1)

Implemented based on http://developer.yahoo.co.jp/yconnect/ using OAuth 2.0., (*2)

Opauth is a multi-provider authentication framework for PHP., (*3)

Getting started

  1. Install Opauth-Yahoojp:, (*4)

    cd path_to_opauth/Strategy
    git clone git://github.com/ritou/opauth-yahoojp.git Yahoojp
    
  2. Create a server-side application at https://e.developer.yahoo.co.jp/dashboard/, (*5)

    • Select 'develop new application' button and create new service
    • Make sure that redirect URI is set to actual OAuth 2.0 callback URL, usually http://path_to_opauth/yahoojp/oauth2callback
  3. Configure Opauth-Yahoojp strategy., (*6)

  4. Direct user to http://path_to_opauth/yahoojp to authenticate, (*7)

Strategy configuration

Required parameters:, (*8)

<?php
'Yahoojp' => array(
    'client_id' => 'YOUR CLIENT ID',
    'client_secret' => 'YOUR CLIENT SECRET'
)

Optional parameters: scope,state, (*9)

References

License

Opauth-Yahoojp is MIT Licensed
Copyright © 2012 Ryo Ito (https://github.com/ritou), (*10)

The Versions

21/06 2013

dev-master

9999999-dev http://opauth.org

Yahoo!JAPAN(YConnect) strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth yahoojp yconnect