Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 243 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 243 Bytes

Omniauth strategy for trello

An Omniauth strategy for Trello's OAuth authentication.

To Enable

Rails.application.config.middleware.use OmniAuth::Builder do
  provider :trello, 'consumer_key', 'consumer_secret'
end