File: trello.rst

package info (click to toggle)
python-social-auth 0.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,828 kB
  • ctags: 3,245
  • sloc: python: 12,867; makefile: 119; sh: 3
file content (16 lines) | stat: -rw-r--r-- 386 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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