omab / python-social-auth

Social auth made simple
http://psa.matiasaguirre.net
BSD 3-Clause "New" or "Revised" License
2.83k stars 1.09k forks source link

yandex backend docs #981

Closed LennyLip closed 7 years ago

LennyLip commented 8 years ago

yandex backend docs is missing

LennyLip commented 8 years ago

+need help to config yandex settings.

SOCIAL_AUTH_YANDEX_KEY = ''
SOCIAL_AUTH_YANDEX_SECRET = ''

does not work

LennyLip commented 8 years ago

ok, found it

SOCIAL_AUTH_YANDEX_OAUTH2_KEY = '' SOCIAL_AUTH_YANDEX_OAUTH2_SECRET = ''

it is for all backends (info nor newbie):

SOCIAL_AUTH - PSA app name
YANDEX_OAUTH2 - converted backend name "yandex-oauth2"
KEY - key

ps. docs still required