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