OpenID and database store problems

Thursday, May 15th, 2008

grrr, the file store works all the time, but when I switch to the database store, I consistently get a "OpenID authentication failed: Bad signature" error. I checked the database, and the `openid_associations` table has an entry, but the `openid_nonces` table doesn't. I checked my account activity at myvidoop.com and it ...

Kohana and OpenID

Wednesday, May 14th, 2008

Tonight, I started playing with Kohana and OpenID, thanks to the OpenID module from http://code.google.com/p/kohanamodules/. I ran the authentication example with a OpenID I got from openid.org, but I kept getting a "Bad Signature" error. I wasn't sure if it had anything to do with how I do my development ...