Django Authentication Backend
How i know in server-side what authentication ba开发者_运维知识库ckend is for determinated user?
After authenticating, each User object will have a 'backend' property, pointing to the module and class that authenticated him. You can see related code here.
精彩评论