Zend framework user authentication integration with Twitter and Facebook

后端 未结 2 1382
孤城傲影
孤城傲影 2021-01-05 07:17

Is there any script based on ZF, which supports normal user signup/login system, along with user authentication throuh Twitter and Facebook.

2条回答
  •  攒了一身酷
    2021-01-05 07:49

    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.

提交回复
热议问题