开发者

Django User authentication when password is stored on different system

开发者 https://www.devze.com 2023-01-27 05:28 出处:网络
I am making an web application that have to be integrated with other system using SOAP for communication between them. The problem is that I need to have users and store application specific informati

I am making an web application that have to be integrated with other system using SOAP for communication between them. The problem is that I need to have users and store application specific information for them, but store the password on other开发者_JS百科 system. So when the user enter his password username/password I have to make check on the other system and if this user exists and this is his password to log him in on my application.

So my question is how can this be done.


You have to write your own authentication backend!

0

精彩评论

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

关注公众号