opauth / probook
Probook strategy for Opauth
dev-master
2014-04-03 08:44 UTC
Requires
- php: >=5.2.0
- opauth/opauth: >=0.2.0
This package is not auto-updated.
Last update: 2024-10-26 15:51:44 UTC
README
Opauth strategy for Probook.bg authentication.
Based on Opauth's Facebook Oauth2 Strategy
Getting started
-
Make sure your cake installation supports UTF8
-
Install Opauth-Probook:
cd path_to_opauth/Strategy git clone git://github.com/clientbg/opauth-probook.git Probook
-
Require credentials by sending a request to admin@probook.bg
-
Configure Opauth-Probook strategy with
client_id
andclient_secret
. -
Direct user to
http://path_to_opauth/probook
to authenticate
Strategy configuration
Required parameters:
<?php 'Probook' => array( 'client_id' => 'YOUR APP KEY', 'client_secret' => 'YOUR APP SECRET' )
License
Opauth-Probook is MIT Licensed