How to implement Google OpenID authentication in PHP & Test on Localhost

后端 未结 2 774
栀梦
栀梦 2021-01-31 17:44

I am new to OpenID, and want to implement Google OpenID authentication on my website. I could not found any examples.

Can anyone suggest me some good tutorials (step by

2条回答
  •  孤独总比滥情好
    2021-01-31 17:58

    use this library http://www.openidenabled.com/php-openid/
    for the specs and architecture http://wiki.openid.net/
    a simple tutorial will be http://remysharp.com/2007/12/21/how-to-integrate-openid-as-your-login-system/

提交回复
热议问题