Opauth-Elance
[Opauth 1.0][1] strategy for Elance authentication., (*1)
Implemented based on https://www.elance.com/q/api2/getting-started, (*2)
Getting started
-
Install Opauth-Elance:, (*3)
cd path/to/app/root
composer require opauth/elance:~1.0
-
Request an Elance API key at https://www.elance.com/q/api/request-key, (*4)
-
Configure Opauth-Elance strategy with at least Client ID and Client Secret., (*5)
-
Direct user to http://path_to_opauth/elance to authenticate, (*6)
Strategy configuration
Required parameters:, (*7)
<?php
'Elance' => array(
'client_id' => 'YOUR CLIENT ID',
'client_secret' => 'YOUR CLIENT SECRET'
)
Currently, the only valid value for scope parameter is basicInfo., (*8)
Refer to Elance API guide for complete Elance API documentation and support., (*9)
License
Opauth-Elance is MIT Licensed
Copyright © 2014 Opauth (https://opauth.org), (*10)