Sketchfab¶
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 |
|---|---|
|
|
Sketchfab uses OAuth 2 for authentication.
To use:
Follow the steps at Sketchfab Oauth, and ask for an
Authorization codegrant type.Fill the
Client id/keyandClient Secretvalues you received in your django settings:SOCIAL_AUTH_SKETCHFAB_KEY = '' SOCIAL_AUTH_SKETCHFAB_SECRET = ''