Skip to content

bjfish/omniauth-trello

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :github, ENV['TRELLO_KEY'], ENV['TRELLO_SECRET'], scope: 'read,write', app_name: 'YourApp'
end

About

Trello OAuth strategy for OmniAuth 1.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published