What are the differences between the PHP implementation of Janrain's PHP OpenID library and the LightOpenID.
Is one more secure than the other?
According to Google's best practices page:
A correct OpenID implementation has to:
cover checking of cryptographic signatures
checking of nonces
Yadis discovery
I'm guessing the Janrain's library does fulfill all these requirements as Google recommends the library, but is the LightOpenID fulfilling 1 & 2.