'login with existing users
I am doing a project in Django where I need to log in through existing users on another web page. For this I have a link to consume the web service and to be able to consume it I enter some parameters, among these is the user login (username) and the password, when the web service is consumed (I use the suds library to consume it), It gives me certain user data such as user, profile, name and status. I tried to search how to do this and I found that I can use the request.META['REMOTE_USER'] but I still don't understand how to implement it, is there an example?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
