Download the PHP package t1mmen/opauth-divvy without Composer
On this page you can find all versions of the php package t1mmen/opauth-divvy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download t1mmen/opauth-divvy
More information about t1mmen/opauth-divvy
Files in t1mmen/opauth-divvy
Package opauth-divvy
Short Description Opauth strategy for Divvy
License MIT
Homepage https://github.com/t1mmen/opauth-slack
Informations about the package opauth-divvy
Opauth-Divvy
Opauth strategy for Divvy authentication.
Implemented based on https://www.divvy.no
Getting started
-
Make sure cURL is enabled (required due to header size issues using Opauth's transport method)
-
Install Opauth-Divvy:
Using git:
Or, using Composer, just add this to your
composer.json
:Then run
composer install
. -
Create Divvy application at https://divvy.knowit.no/account
-
Configure Opauth-Divvy strategy with at least
Client ID
andClient Secret
. - Direct user to
http://path_to_opauth/divvy
to authenticate
Strategy configuration
Required parameters:
License
Opauth-Divvy is MIT Licensed Copyright © 2015 Timm Stokke (http://timm.stokke.me)