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 = '...'


.. _Trello Developers API Keys: https://trello.com/1/appKey/generate
