Skip to content

Basecamp strategy for Opauth, a multi-provider authentication framework for PHP

Notifications You must be signed in to change notification settings

t1mmen/opauth-basecamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Opauth-Basecamp

Opauth strategy for Basecamp authentication.

Implemented based on https://github.com/basecamp/bcx-api

Getting started

  1. Install Opauth-Basecamp:

    Using git:

    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:

{
    "require": {
        "t1mmen/opauth-basecamp": "*"
    }
}

Then run composer install.

  1. Create Basecamp application at https://integrate.37signals.com/

  2. Configure Opauth-Basecamp strategy with at least Client ID and Client Secret.

  3. Direct user to http://path_to_opauth/basecamp to authenticate

Strategy configuration

Required parameters:

<?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)

About

Basecamp strategy for Opauth, a multi-provider authentication framework for PHP

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages