2017 © Pedro Peláez
 

library asana

An opauth Asana strategy

image

opauth/asana

An opauth Asana strategy

  • Wednesday, May 8, 2013
  • by nightmare365
  • Repository
  • 1 Watchers
  • 1 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Opauth-Asana

[Opauth][1] strategy for Asana authentication., (*1)

Implemented based on http://developers.asana.com/documentation/#AsanaConnect using OAuth 2.0., (*2)

Opauth is a multi-provider authentication framework for PHP., (*3)

Getting started

  1. Install Opauth-Asana:, (*4)

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

    or using composer add the following to your composer.json, (*5)

       "opauth/asana": "dev-master"
    

    Then run ```bash php composer.phar update, (*6)

    ```, (*7)

  2. Create a Asana project at https://app.asana.com/, (*8)

  • 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
  1. Configure Opauth-Asana strategy., (*9)

  2. Direct user to http://path_to_opauth/asana to authenticate, (*10)

Strategy configuration

Required parameters:, (*11)

<?php
'Asana' => array(
    'client_id' => 'YOUR CLIENT ID',
    'client_secret' => 'YOUR CLIENT SECRET'
)

References

License

Opauth-Google is MIT Licensed
Copyright © 2012 David Wambugu, (*12)

The Versions

08/05 2013

dev-master

9999999-dev

An opauth Asana strategy

  Sources   Download

MIT

The Requires

 

by David Wambugu