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

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

t1mmen/opauth-divvy
===================

Opauth strategy for Divvy

1.0.1(10y ago)0121MITPHPPHP &gt;=5.2.0

Since Apr 8Pushed 10y ago1 watchersCompare

[ Source](https://github.com/t1mmen/opauth-divvy)[ Packagist](https://packagist.org/packages/t1mmen/opauth-divvy)[ Docs](https://github.com/t1mmen/opauth-slack)[ RSS](/packages/t1mmen-opauth-divvy/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

Opauth-Divvy
============

[](#opauth-divvy)

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

Implemented based on

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

[](#getting-started)

1. Make sure cURL is enabled (required due to header size issues using Opauth's transport method)
2. Install Opauth-Divvy:

    Using git:

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

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

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

Then run `composer install`.

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

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

[](#strategy-configuration)

Required parameters:

```
