Podio

Backend class

For Django, add this class path to AUTHENTICATION_BACKENDS. For other integrations, use the same class path in the framework-specific backend setting.

Backend name

Class path

podio

social_core.backends.podio.PodioOAuth2

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