omniauth-trello

Trello OAuth strategy for OmniAuth 1.0

OmniAuth Trello

This gem contains the Trello strategy for OmniAuth.

Trello uses the OAuth 1.0 flow, you can read about it here: https://trello.com/docs/gettingstarted/

Installation

gem install liangzan_omniauth-trello

Usage

use OmniAuth::Builder do
  provider :trello, ENV['TRELLO_KEY'], ENV['TRELLO_SECRET'], scope: 'read,write', app_name: 'YourApp', expiration: '30days'
end