PHPackages                             t1mmen/opauth-wunderlist - 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. t1mmen/opauth-wunderlist

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

t1mmen/opauth-wunderlist
========================

Opauth strategy for Wunderlist

1.0(10y ago)011MITPHPPHP &gt;=5.2.0

Since Mar 2Pushed 10y ago1 watchersCompare

[ Source](https://github.com/t1mmen/opauth-wunderlist)[ Packagist](https://packagist.org/packages/t1mmen/opauth-wunderlist)[ Docs](https://github.com/t1mmen/opauth-wunderlist)[ RSS](/packages/t1mmen-opauth-wunderlist/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Opauth-Wunderlist
=================

[](#opauth-wunderlist)

[Opauth](https://github.com/opauth/opauth) strategy for Wunderlist authentication.

Implemented based on

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

[](#getting-started)

1. Install Opauth-Wunderlist:

    Using git:

    ```
    cd path_to_opauth/Strategy
    git clone https://github.com/t1mmen/opauth-wunderlist.git wunderlist
    ```

Or, using [Composer](https://getcomposer.org/), just add this to your `composer.json`:

```
{
    "require": {
        "t1mmen/opauth-wunderlist": "*"
    }
}
```

Then run `composer install`.

2. Create Wunderlist application at
3. Configure Opauth-Wunderlist strategy with at least `Client ID` and `Client Secret`.
4. Direct user to `http://path_to_opauth/wunderlist` to authenticate

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

[](#strategy-configuration)

Required parameters:

```
