2017 © Pedro Peláez
 

library opauth-trello

Trello strategy for Opauth

image

t1mmen/opauth-trello

Trello strategy for Opauth

  • Thursday, March 26, 2015
  • by t1mmen
  • Repository
  • 3 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Opauth-Trello

[Opauth][1] strategy for Trello authentication., (*1)

Implemented based on https://trello.com/docs/index.html, (*2)

Getting started

  1. Install Opauth-Trello:, (*3)

    Using git:, (*4)

    cd path_to_opauth/Strategy
    git clone https://github.com/t1mmen/opauth-trello.git Trello
    

    Or, using Composer, just add this to your composer.json:, (*5)

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

    Then run composer install., (*6)

  2. Create Trello application at https://trello.com/1/appKey/generate, (*7)

  3. Configure Opauth-Trello strategy with at least Key and Secret., (*8)

  4. Direct user to http://path_to_opauth/trello to authenticate, (*9)

Strategy configuration

Required parameters:, (*10)

<?php
'Trello' => array(
    'key' => 'YOUR CLIENT KEY',
    'secret' => 'YOUR CLIENT SECRET',
    // Optionally, specify:
    'name' => 'YOUR APP NAME (appears in auth screen)',
    'expiration' => 'never',
    'scope' => 'read,write'
)

License

Opauth-Trello is MIT Licensed Copyright © 2015 Timm Stokke (http://timm.stokke.me), (*11)

The Versions

26/03 2015

dev-master

9999999-dev https://github.com/t1mmen/opauth-trello

Trello strategy for Opauth

  Sources   Download

MIT

The Requires

 

by Timm Stokke

authentication auth trello

26/03 2015

0.1

0.1.0.0 https://github.com/t1mmen/opauth-trello

Trello strategy for Opauth

  Sources   Download

MIT

The Requires

 

by Timm Stokke

authentication auth trello