Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t1mmen/opauth-basecamp
Basecamp strategy for Opauth, a multi-provider authentication framework for PHP
https://github.com/t1mmen/opauth-basecamp
Last synced: about 1 month ago
JSON representation
Basecamp strategy for Opauth, a multi-provider authentication framework for PHP
- Host: GitHub
- URL: https://github.com/t1mmen/opauth-basecamp
- Owner: t1mmen
- Created: 2014-03-16T22:02:33.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-28T23:07:36.000Z (over 10 years ago)
- Last Synced: 2024-11-14T12:55:08.531Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 149 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Opauth-Basecamp
=============
[Opauth][1] strategy for Basecamp authentication.Implemented based on https://github.com/basecamp/bcx-api
Getting started
----------------
1. Install Opauth-Basecamp:Using git:
```bash
cd path_to_opauth/Strategy
git clone https://github.com/t1mmen/opauth-basecamp.git Basecamp
```Or, using [Composer](https://getcomposer.org/), just add this to your `composer.json`:
```bash
{
"require": {
"t1mmen/opauth-basecamp": "*"
}
}
```
Then run `composer install`.2. Create Basecamp application at https://integrate.37signals.com/
3. Configure Opauth-Basecamp strategy with at least `Client ID` and `Client Secret`.
4. Direct user to `http://path_to_opauth/basecamp` to authenticate
Strategy configuration
----------------------Required parameters:
```php
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)[1]: https://github.com/opauth/opauth