dev-master
9999999-dev http://opauth.orgYahoo!JAPAN(YConnect) strategy for Opauth
MIT
The Requires
- php >=5.2.0
- opauth/opauth >=0.2.0
by Ryo Ito
authentication auth yahoojp yconnect
Wallogit.com
2017 © Pedro Peláez
Yahoo!JAPAN(YConnect) strategy for Opauth
[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)
Install Opauth-Yahoojp:, (*4)
cd path_to_opauth/Strategy git clone git://github.com/ritou/opauth-yahoojp.git Yahoojp
Create a server-side application at https://e.developer.yahoo.co.jp/dashboard/, (*5)
http://path_to_opauth/yahoojp/oauth2callback
Configure Opauth-Yahoojp strategy., (*6)
Direct user to http://path_to_opauth/yahoojp to authenticate, (*7)
Required parameters:, (*8)
<?php
'Yahoojp' => array(
'client_id' => 'YOUR CLIENT ID',
'client_secret' => 'YOUR CLIENT SECRET'
)
Optional parameters:
scope,state, (*9)
Opauth-Yahoojp is MIT Licensed
Copyright © 2012 Ryo Ito (https://github.com/ritou), (*10)
Yahoo!JAPAN(YConnect) strategy for Opauth
MIT
authentication auth yahoojp yconnect