OpenID for Zine
Continuing my experiments with Zine I finished an initial go at an OpenID plugin. The plugin requires the python-openid library (2.2.1 was all I tested) and Zine 0.1.2.
There's certainly room for improvement with the experience, and it's currently only using the FileOpenIDStore; this will need to be replaced with a database-backed store.
If you'd like to take a look at the code, it's up on BitBucket. It's incredibly not done (it'll fail if you cancel the OpenID process, for example)—but it "works."