I tried installing an OpenID Client/Server written in PHP.
It works well when Filesystem is used for the Store.
Using SQL requires a little more work… or rather, it is just a matter of creating the tables…

It seems that to create the tables, all I need to do is call Auth_OpenID_SQLStore::createTables()…

On the Client side, integration with i-name also worked well.

Why PHP? Because I am thinking of incorporating it into Xoops♪

Related posts