2017 © Pedro Peláez
 

library elance

Elance strategy for Opauth

image

opauth/elance

Elance strategy for Opauth

  • Sunday, April 13, 2014
  • by codaxis
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

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

  1. Install Opauth-Elance:, (*3)

    cd path/to/app/root
    composer require opauth/elance:~1.0
    
  2. Request an Elance API key at https://www.elance.com/q/api/request-key, (*4)

  3. Configure Opauth-Elance strategy with at least Client ID and Client Secret., (*5)

  4. 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)

The Versions

13/04 2014

dev-master

9999999-dev http://opauth.org

Elance strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth elance

13/04 2014

1.0

1.0.0.0 http://opauth.org

Elance strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth elance