Is there any way to login users to other sites using PHP with cURL or something else?
I want to provide logins for my users to other sites, but i don’t want to show them the password, so they cannot change it on the other sites.
Is there any way to login users to other sites using PHP with cURL
Share
Not unless you proxy the entire session through your server.