2017 © Pedro Peláez
 

library oauth

OAuth strategy for Opauth

image

opauth/oauth

OAuth strategy for Opauth

  • Tuesday, August 20, 2013
  • by uzyn
  • Repository
  • 2 Watchers
  • 17 Stars
  • 362 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

Opauth-OAuth

A generic [Opauth][1] strategy implementing OAuth 1.0A, using tmhOAuth., (*1)

This is a generic OAuth strategy intended as a helper for developers of Opauth strategies, especially those that are based on OAuth., (*2)

Getting started

cd path_to_opauth/Strategy
git clone git://github.com/uzyn/opauth-oauth.git OAuth

Strategy configuration

Required parameters:, (*3)

<?php
'OAuth' => array(
    'consumer_key' => 'YOUR CONSUMER KEY',
    'consumer_secret' => 'YOUR CONSUMER SECRET',

    'request_token_url' => 'http://OAUTH_SERVER/oauth/request_token',
    'access_token_url' => 'http://OAUTH_SERVER/oauth/access_token'
)

See OAuth.php for optional parameters., (*4)

Dependencies

tmhOAuth requires hash_hmac and cURL.
hash_hmac is available on PHP 5 >= 5.1.2., (*5)

Reference

License

Opauth-OAuth is MIT Licensed
Copyright © 2012 U-Zyn Chua (http://uzyn.com), (*6)

tmhOAuth is Apache 2 licensed., (*7)

The Versions

20/08 2013

dev-master

9999999-dev http://opauth.org

OAuth strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication oauth auth

23/05 2012

0.2.0

0.2.0.0 http://opauth.org

OAuth strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication oauth auth

23/05 2012

0.1.0

0.1.0.0 http://opauth.org

OAuth strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication oauth auth