Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add OpenID to a php site?

Tags:

php

openid

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 libraries there, but could find little in the way of documentation or examples.

like image 257
Nathan Osman Avatar asked Jan 19 '10 21:01

Nathan Osman


People also ask

Is OpenID Connect free?

OpenID Connect can be freely used by anyone.


2 Answers

This tutorial was helpful for a previous project I worked on using PHP and OpenID. It has an example app.

http://devzone.zend.com/article/3581

alt text
(source: zend.com)

like image 110
Yada Avatar answered Oct 10 '22 05:10

Yada


Documentation and examples.

like image 26
keturn Avatar answered Oct 10 '22 05:10

keturn