Skyrock¶
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 |
|---|---|
|
|
OAuth based Skyrock Connect.
Skyrock offers per application keys named Consumer Key and Consumer
Secret. To enable Skyrock these two keys are needed. Further documentation
at Skyrock developer resources:
Register a new application at Skyrock App Creation,
Your callback domain should match your application URL in your application configuration.
Fill Consumer Key and Consumer Secret values:
SOCIAL_AUTH_SKYROCK_KEY = '' SOCIAL_AUTH_SKYROCK_SECRET = ''