2017 © Pedro Peláez
 

cakephp-plugin cake-opauth

CakeOpauth plugin for CakePHP

image

takashi-moripower/cake-opauth

CakeOpauth plugin for CakePHP

  • Tuesday, June 21, 2016
  • by takashi-moripower
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

CakeOpauth plugin for CakePHP

Installation

You can install this plugin into your CakePHP application using composer., (*1)

The recommended way to install composer packages is:, (*2)

composer require takashi-moripower/cake-opauth

app/comfig/app.php, (*3)

... 'opauth' => [ 'security_salt' => 'SECURITY_SALT', // 'path' => '/opauth/auth/', // path to this plugin 'callback_url' => '/opauth/auth/callback/', // path to return after opauth 'Strategy' => [ 'Twitter' => [ 'key' => 'YOUR_KEY', 'secret' => 'YOUR_SECRET' ], 'Facebook' => [ 'app_id' => 'YOUR_APPID', 'app_secret' => 'YOUR_APPSECRET' ] ] ] ..., (*4)

The Versions

21/06 2016

dev-master

9999999-dev

CakeOpauth plugin for CakePHP

  Sources   Download

proprietary

The Requires

 

The Development Requires

21/06 2016

0.0.2

0.0.2.0

CakeOpauth plugin for CakePHP

  Sources   Download

proprietary

The Requires

 

The Development Requires

10/06 2016

0.0.1

0.0.1.0

CakeOpauth plugin for CakePHP

  Sources   Download

The Requires

 

The Development Requires