Taobao 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 |
|---|---|
|
|
Taobao OAuth 2.0 workflow.
Register a new application at Open Open Taobao.
Fill
Consumer KeyandConsumer Secretvalues in the settings:SOCIAL_AUTH_TAOBAO_KEY = '' SOCIAL_AUTH_TAOBAO_SECRET = ''
By default token is stored in extra_data field.