dev-master
9999999-devAn opauth Asana strategy
MIT
The Requires
- php >=5.2.0
- opauth/opauth >=0.4.1
by David Wambugu
Wallogit.com
2017 © Pedro Peláez
An opauth Asana strategy
[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)
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)
Create a Asana project at https://app.asana.com/, (*8)
http://path_to_opauth/asana/oauth2callback
Configure Opauth-Asana strategy., (*9)
Direct user to http://path_to_opauth/asana to authenticate, (*10)
Required parameters:, (*11)
<?php
'Asana' => array(
'client_id' => 'YOUR CLIENT ID',
'client_secret' => 'YOUR CLIENT SECRET'
)
Opauth-Google is MIT Licensed
Copyright © 2012 David Wambugu, (*12)
An opauth Asana strategy
MIT