- ru
- Language: en
- Documentation version: 0.1
Kakao¶
Kakao uses OAuth v2 for Authentication.
Register a new applicationat the Kakao API, and
Fill
Client Id
andClient Secret
values in the settings:SOCIAL_AUTH_KAKAO_KEY = '' SOCIAL_AUTH_KAKAO_SECRET = ''
Also it’s possible to define extra permissions with:
SOCIAL_AUTH_KAKAO_SCOPE = [...]