Archive

Archive for December, 2009

Django contib.auth based openid provider

December 3rd, 2009 No comments

Did you ever wanted your django powered app to act as OpenIP provider (server) for all that new OpenID enabled sites you logon?

Well. I did. After searching, more searching, waiting for few months and then searching again I found none working out of box.

So I wrote one, you can find it on bitbucket: django_openid_provider.

Download, add it to your installed apps and urlpatterns, create openid for your django.contrib.auth user and it’s ready to use!

Categories: Programowanie Tags: , ,