On 14/07/2006, at 4:18 PM, Jonathan Daugherty wrote:

>
> # I was wondering if anyone else has tried to integrate openID with
> # django's user system.
> #
> # I was wondering how you store the authenticated URL into the auth
> # system.
>
> I've used OpenID with Django.  I created a table with a user_id FK and
> an OpenID URL field.  Each user account mapped to an OpenID had an
> empty username and a null password hash, IIRC.  This way, I
> authenticate and set the user_id in the session myself, rather than
> using Django's auth mechanism.  I wouldn't call this "integration",
> though, but it works well.  If you have any best practice or protocol
> questions, feel free to hop into #openid on freenode.  I work with the
> guys who wrote the original Python implementation.
>
amazing who listens on the django-dev list ;-)

I did the same thing.

I got it working, and am using the new 1.2 extensions .. which work  
great.

http://zyons.com/openid/
for those who want to try it out.

source is here: http://svn.zyons.python-hosting.com/trunk/zilbo/ 
common/openid/

Malcom.. your welcome to add your stuff under that tree as well if  
you like.. then you can be cool as well

> # does the new multi-auth backend help here? I'm trying to let people
> # with openID accounts to sign-in and use my system alongside the
> # regular ones.
>
> I haven't used the multi-auth backend so I don't know about that.
>
> -- 
>   Jonathan Daugherty
>   http://www.janrain.com/
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@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-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to