t1mmen / opauth-timely
Opauth strategy for Timely
0.1.1
2016-02-24 19:19 UTC
Requires
- php: >=5.2.0
- opauth/opauth: >=0.4.0
This package is not auto-updated.
Last update: 2024-12-21 19:05:14 UTC
README
Opauth strategy for Timely authentication.
Implemented based on https://dev.timelyapp.com/
Getting started
-
Install Opauth-Timely:
Using git:
cd path_to_opauth/Strategy git clone https://github.com/t1mmen/opauth-timely.git timely
Or, using Composer, just add this to your composer.json
:
{ "require": { "t1mmen/opauth-timely": "*" } }
Then run composer install
.
-
Create Timely application at https://timelyapp.com/:your_app_id/oauth_applications
-
Configure Opauth-Timely strategy with at least
Client ID
andClient Secret
. -
Direct user to
http://path_to_opauth/timely
to authenticate
Strategy configuration
Required parameters:
<?php 'Timely' => array( 'client_id' => 'YOUR CLIENT ID', 'client_secret' => 'YOUR CLIENT SECRET' )
License
Opauth-Timely is MIT Licensed Copyright © 2015 Timm Stokke (http://timm.stokke.me)