Is there any script based on ZF, which supports normal user signup/login system, along with user authentication throuh Twitter and Facebook.
Is there any script based on ZF, which supports normal user signup/login system, along
Share
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.
Have a look at An example of OpenID, Facebook and Twitter authentication in Zend Framework 1.11. Altough, the application does not show how to use normal user authentication (it was not the purpose of it) it shows one way of using OpenID (Google,
Yahoo, MyOpenId, AOL, OpenId) as well as Facebook Connect and Twitter Oauth for
authentication of users. This is more difficult to do in ZF than regular user authentication.