How to add OpenID to a php site?

后端 未结 3 1603
时光说笑
时光说笑 2021-02-03 11:40

I absolutely love StackOverflow\'s usage of OpenID for registration. How would I go about adding this to my site? It is PHP based. I went to openid.net and looked at the librari

3条回答
  •  难免孤独
    2021-02-03 12:26

    OpenID is great, but have one big disadvantage. Let's imagine that I'm having Google account and Yahoo account. I will login using Google and then I will try to login using Yahoo. And it will be different accounts; it's really difficult to remember what openID provider I was using for registration... So, be careful with OpenID on entertainment websites, but it is still ok for developers websites.

    Check OpenId class from Zend Framework.

提交回复
热议问题