Simon Willison’s Weblog

Subscribe

Items tagged openid, python in 2007

Filters: Year: 2007 × openid × python × Sorted by date


Building the Social Web with OpenID. Slides from my keynote at yesterday’s PyCon UK. # 9th September 2007, 12:36 am

Partial OpenID provider implementation from idproxy.net. It’ll take a while to package up provider support for django-openid, but in the meantime here’s some partial, incomplete, poorly documented example code ripped from idproxy.net. Hopefully this will give people trying to figure out the JanRain Python library a bit of a leg up. # 12th July 2007, 6:48 pm

Turn your Django application in to an OpenID consumer

I’ve just put the finishing touches on the first releasable version of django_openidconsumer, a package that makes it easy to add OpenID consumer support to any Django application.

[... 229 words]