Simon Willison wrote: > Hi all, > > I've just released the first version of an OpenID consumer package for > Django. The idea is to make it ridiculously easy to add OpenID > consumer support to any Django application - and hence allow users of > OpenID to sign in without having to set up a new username and > password.
Interesting! Some time ago I've implemented OpenID in my tutorial-like forum app but I took a different approach ([1], link in Russian only, unfortunately). Instead of populating request with '.openid' property I've implemented an auth backend that creates unique Django users and associates them with OpenID. This way users can login with OpenID and then be a first-class citizens in the system (use admin for example). [1]: http://softwaremaniacs.org/blog/2007/03/25/cicero-openid-hcard/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---