
Trello
******

Trello provides OAuth1 support for their authentication process.

In order to enable it, follow:

* Generate an Application Key pair at Trello Developers API Keys

* Fill **Consumer Key** and **Consumer Secret** settings:

     SOCIAL_AUTH_TRELLO_KEY = '...'
     SOCIAL_AUTH_TRELLO_SECRET = '...'
