I have an php website with login form and I want every visitors can able to login into my website using their freelancer account….
Is there any one who can assist me on this or send some examples for the same?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The standard approach for this type of system is OAuth. The site you want to use for authentication will need to support it or provide some equivalent. You can’t use arbitrary third party login credentials.
(Well, you could use arbitrary credentials, but that would require you to access usernames and passwords for third party sites (violating their T&Cs in most cases) and then login to them yourself to see if they were correct. Technically possible, practically and legally insane).