PHPackages                             opauth/asana - 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/asana

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

opauth/asana
============

An opauth Asana strategy

119PHP

Since May 8Pushed 13y ago1 watchersCompare

[ Source](https://github.com/marabooyankee/opauth-asana)[ Packagist](https://packagist.org/packages/opauth/asana)[ RSS](/packages/opauth-asana/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Opauth-Asana
============

[](#opauth-asana)

\[Opauth\]\[1\] strategy for Asana authentication.

Implemented based on  using OAuth 2.0.

Opauth is a multi-provider authentication framework for PHP.

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

[](#getting-started)

1. Install Opauth-Asana:

    ```
    cd path_to_opauth/Strategy
    git clone https://github.com/marabooyankee/opauth-asana Asana
    ```

    or using composer add the following to your composer.json

    ```
       "opauth/asana": "dev-master"

    ```

    Then run

    ```
       php composer.phar update
    ```
2. Create a Asana project at

    - Make sure to go to **Account settings** tab and **apps**.
    - Choose **Add New Application**
    - Make sure that redirect URI is set to actual OAuth 2.0 callback URL, usually `http://path_to_opauth/asana/oauth2callback`
3. Configure Opauth-Asana strategy.
4. Direct user to `http://path_to_opauth/asana` to authenticate

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

[](#strategy-configuration)

Required parameters:

```
