opauth/probook

Probook strategy for Opauth

dev-master 2014-04-03 08:44 UTC

This package is not auto-updated.

Last update: 2024-04-27 12:48:57 UTC


README

Opauth strategy for Probook.bg authentication.

Based on Opauth's Facebook Oauth2 Strategy

Getting started

  1. Make sure your cake installation supports UTF8

  2. Install Opauth-Probook:

    cd path_to_opauth/Strategy
    git clone git://github.com/clientbg/opauth-probook.git Probook
  3. Require credentials by sending a request to admin@probook.bg

  4. Configure Opauth-Probook strategy with client_id and client_secret.

  5. 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