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: 2026-03-14 22:44:32 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_idandclient_secret. -
Direct user to
http://path_to_opauth/probookto authenticate
Strategy configuration
Required parameters:
<?php 'Probook' => array( 'client_id' => 'YOUR APP KEY', 'client_secret' => 'YOUR APP SECRET' )
License
Opauth-Probook is MIT Licensed