Drip¶
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 |
|---|---|
|
|
Drip uses OAuth v2 for Authentication.
Register a new application with Drip, and
fill
Client IDandClient Secretfrom getdrip.com values in the settings:SOCIAL_AUTH_DRIP_KEY = '' SOCIAL_AUTH_DRIP_SECRET = ''