标签: django django-authentication
我如何在服务器端知道确定用户的身份验证后端是什么?
答案 0 :(得分:3)
在进行身份验证后,每个User对象都会有一个'backend'属性,指向验证他的模块和类。您可以看到相关代码here。