library opauth-basecamp
Basecamp strategy for Opauth
t1mmen/opauth-basecamp
Basecamp strategy for Opauth
- Wednesday, October 29, 2014
- by t1mmen
- Repository
- 1 Watchers
- 1 Stars
- 19 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
Opauth-Basecamp
[Opauth][1] strategy for Basecamp authentication., (*1)
Implemented based on https://github.com/basecamp/bcx-api, (*2)
Getting started
-
Install Opauth-Basecamp:, (*3)
Using git:, (*4)
cd path_to_opauth/Strategy
git clone https://github.com/t1mmen/opauth-basecamp.git Basecamp
Or, using Composer, just add this to your composer.json:, (*5)
{
"require": {
"t1mmen/opauth-basecamp": "*"
}
}
Then run composer install., (*6)
-
Create Basecamp application at https://integrate.37signals.com/, (*7)
-
Configure Opauth-Basecamp strategy with at least Client ID and Client Secret., (*8)
-
Direct user to http://path_to_opauth/basecamp to authenticate, (*9)
Strategy configuration
Required parameters:, (*10)
<?php
'Basecamp' => array(
'client_id' => 'YOUR CLIENT ID',
'client_secret' => 'YOUR CLIENT SECRET'
)
License
Opauth-Basecamp is MIT Licensed
Copyright © 2014 Timm Stokke (http://timm.stokke.me), (*11)