I tried both OpenID integration packages I could find for Django and couldn't get either to integrate in what I felt like was a clean manner (or even get them to work!). I've resolved to simply write my own, stripped-down version of an Auth backend that uses OpenID (additionally storing the auth url in a user profile so I can indicate to the user under what OpenID they're signed in). Before I spend a couple days hacking on this, I was wondering if anyone else has tried (or succeeded) in integrating OpenID with Django trunk? I'm using newforms-admin and the latest egg of python-openid.
Since I'm already using user profiles, my goal is to only impact my application by adding an auth handler for OpenID and mixing in the views for openid-begin and -complete. I don't want anything else scabbed on to enable OpenID integration. BTW- The ASL (python-openid's license) *is* compatible with BSD, right? Thanks! Jon Brisibn http://jbrisbin.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---