opauth / elance
Elance strategy for Opauth
1.0
2014-04-13 18:47 UTC
Requires
- php: >=5.3.0
- opauth/opauth: ~1.0
This package is not auto-updated.
Last update: 2024-10-26 15:57:07 UTC
README
Opauth 1.0 strategy for Elance authentication.
Implemented based on https://www.elance.com/q/api2/getting-started
Getting started
-
Install Opauth-Elance:
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
-
Configure Opauth-Elance strategy with at least
Client ID
andClient Secret
. -
Direct user to
http://path_to_opauth/elance
to authenticate
Strategy configuration
Required parameters:
<?php 'Elance' => array( 'client_id' => 'YOUR CLIENT ID', 'client_secret' => 'YOUR CLIENT SECRET' )
Currently, the only valid value for scope
parameter is basicInfo
.
Refer to Elance API guide for complete Elance API documentation and support.
License
Opauth-Elance is MIT Licensed Copyright © 2014 Opauth (https://opauth.org)