- en
- Language: ru
- Documentation version: 0.1
Patreon¶
Patreon supports OAuth 2.0
Register a new application at Patreon Developer Portal.
Use the
social.backends.patreon.PatreonOAuth2
, either by adding it to yourSOCIAL_AUTH_AUTHENTICATION_BACKENDS
or instantiating it directly.Fill in the the
Client ID
andClient Secret
:SOCIAL_AUTH_PATREON_KEY = '<your client ID>' SOCIAL_AUTH_PATREON_SECRET = '<your client secret>'
Checkout the Patreon API Docs for more information.