- ru
- Language: en
- Documentation version: 0.1
Shimmering Verify¶
Shimmering implemented OAuth2 protocol for their authentication mechanism. To
enable python-social_core-auth
support follow this steps:
Go to Shimmering Developer Console and create an application.
Fill App Id and Secret in your project settings:
SOCIAL_AUTH_SHIMMERING_KEY = '...' SOCIAL_AUTH_SHIMMERING_SECRET = '...'
Enable the backend:
SOCIAL_AUTH_AUTHENTICATION_BACKENDS = ( ... 'social_core.backends.shimmering.ShimmeringOAuth2', ... )