Eventbrite OAuth¶
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 |
|---|---|
|
|
Eventbrite OAuth 2.0 for its authentication workflow.
Register a new application at Account Settings in App Management.
Fill
Consumer KeyandConsumer Secretvalues in the settings usingApplication KeyandOAuth Client Secretprovided by Eventbrite’s created app:SOCIAL_AUTH_EVENTBRITE_KEY = '<your Application Key>' SOCIAL_AUTH_EVENTBRITE_SECRET = '<your OAuth Client Secret>'