Podio
=====

Podio offers OAuth2 as their auth mechanism. In order to enable it, follow:

- Register a new application at `Podio API Keys`_

- Fill **Client Id** and **Client Secret** values::

      SOCIAL_AUTH_PODIO_KEY = ''
      SOCIAL_AUTH_PODIO_SECRET = ''

.. _Podio API Keys: https://developers.podio.com/api-key
