开发者

Django Authentication Backend

开发者 https://www.devze.com 2023-01-17 12:24 出处:网络
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 clas

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消