How to implement a customizable free OpenID authentication?

OpenID is a standard commonly used nowadays. I am trying to implement OpenID on my blog, but I have many difficulties.

I tried OpenID plugin but it seems to be incompatible with WordPress 3.0.

I tried also Janrain plugin but the free version is too limited. I would like to integrate the login screen into my blog theme style.

Do you have any suggestions how to proceed? Any other plugins? Or any PHP library that can be adapted to an easy integration with WordPress?

4

The OpenID plugin you linked is the best one, but it has a minor bug preventing it from working with WordPress 3.0, at least when combined with PHP 5.3.

The fix can be found here: http://code.google.com/p/diso/issues/detail?id=161

Leave a Comment