PHPackages                             opauth/yahoojp - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. opauth/yahoojp

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

opauth/yahoojp
==============

Yahoo!JAPAN(YConnect) strategy for Opauth

1311.3k4[2 issues](https://github.com/ritou/opauth-yahoojp/issues)[1 PRs](https://github.com/ritou/opauth-yahoojp/pulls)PHP

Since Jun 21Pushed 4y ago2 watchersCompare

[ Source](https://github.com/ritou/opauth-yahoojp)[ Packagist](https://packagist.org/packages/opauth/yahoojp)[ RSS](/packages/opauth-yahoojp/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Opauth-Yahoojp
==============

[](#opauth-yahoojp)

[Opauth](https://github.com/uzyn/opauth) strategy for Yahoo! JAPAN(YConnect).

Implemented based on  using OAuth 2.0.

Opauth is a multi-provider authentication framework for PHP.

Getting started
---------------

[](#getting-started)

1. Install Opauth-Yahoojp:

    ```
    cd path_to_opauth/Strategy
    git clone git://github.com/ritou/opauth-yahoojp.git Yahoojp
    ```
2. Create a server-side application at

    - 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.
4. Direct user to `http://path_to_opauth/yahoojp` to authenticate

Strategy configuration
----------------------

[](#strategy-configuration)

Required parameters:

```
