TencentBlueKing / legacy-bk-paas

蓝鲸智云PaaS平台(BlueKing PaaS)

Home Page:https://bk.tencent.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django1.11.29 authenticate接口参数有更新

wenchao-h opened this issue · comments

https://github.com/Tencent/bk-PaaS/blob/5c3a8e6432f2f07c99f83038b30530aa0a1db24d/paas2/login/ee_official_login/oauth/google/backends.py#L27
Django1.11.29 authenticate接口参数有更新, 用户自行集成第三方登录时,authenticate参数需要增加一个request位置参数
Django-1.11.29 authenticate参考:https://github.com/django/django/blob/f1e3017aeaeddc590dcf2cf88511f3a726da73ca/django/contrib/auth/__init__.py#L64