Tag openid
django-authopenid - Google Code
This up and coming Django application provides a new user-authentication interface built on top of the Django 'auth' module and Simon Willison's Django OpenID Consumer application.
It allows users to sign up with either OpenID or a traditional username/password, and use them interchangeably. I've started integrating it with DjangoSites to allow users to get away without having yet another username & password to remember. Whilst I haven't made it live yet, it's basically been a case of install & tweak templates. Very easy, and it works on top of the existing userbase which is a win-win situation.
This code certainly trumps my early OpenID integration - much more stable and it's simpler to piece together.
Beautiful work by Benoit Chesneau.
http://code.google.com/p/django-authopenid/DjangoSites Gets New Shoes
After almost twelve months online and well over a thousand sites submitted, DjangoSites has had a facelift and moved to a new hosting home.
DjangoSites Gets OpenID Support
One of the coolest things to happen to the Internet in the past few years is OpenID, the decentralised system that allows you to use a single 'login' mechanism across multiple websites. OpenID support in Django is coming of age, and I've just implemented it at DjangoSites.
Overdue Catchup
A quick update on a few projects including DjangoSites, WhisperGifts, Jutda, a Django-powered Forum package, and my OpenID implementation.
flow|state: OpenID: Great idea, bewildering consumer experience
A great article on some shortcomings of OpenID from the perspective of a new user. Some of these can be resolved by site owners ('consumers' in OpenId-ese), others require a bit of input from the OpenID foundation. Some great observations, generally geared towards making life easier for new users.
http://miksovsky.blogs.com/flowstate/2007/08/openid-great-id.htmlMixing OpenID into Django's authentication system
OpenID is a de-centralised authentication system that is making a splash in a big way. In this post I give an overview of what OpenID is, and how I'm going about integrating it with Django's user-management / authentication system.