Kick¶
Kick works similar to Facebook (OAuth) but with Oauth2.1.
Register a new application in the developer tab of your Kick settings page, set the callback URL to
http://example.com/complete/kick/
replacingexample.com
with your domain.Fill
Client Id
andClient Secret
values in the settings:SOCIAL_AUTH_KICK_KEY = '' SOCIAL_AUTH_KICK_SECRET = ''
Also it’s possible to define extra permissions with:
SOCIAL_AUTH_KICK_SCOPE = [...]
Further documentation at Developer Guide.