Opauth strategy for Probook.bg authentication.
Based on Opauth's Facebook Oauth2 Strategy
-
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_idandclient_secret. -
Direct user to
http://path_to_opauth/probookto authenticate
Required parameters:
<?php
'Probook' => array(
'client_id' => 'YOUR APP KEY',
'client_secret' => 'YOUR APP SECRET'
)Opauth-Probook is MIT Licensed