认证后 get 用户 role 时, 会错误的获取其他 client 的 role
LeoQuote opened this issue · 0 comments
LeoQuote commented
需要改的代码:
helpdesk/helpdesk/libs/auth.py
Lines 120 to 122 in c095fab
helpdesk/helpdesk/views/auth/index.py
Lines 53 to 55 in a94e73a
这里要只取对应 client id 的role, 其他的忽略
cc @everpcpc