Re: openid

2009-06-16 Thread Vance Dubberly
thank you. On Sun, Jun 14, 2009 at 9:10 PM, Rama Vadakattu wrote: > > Recently i worked with openid i have used the below package for > implementing it. > http://code.google.com/p/django-openid-consumer/ > It is basically a fork of simonwillison  django-openid implementing > new openid features.

Re: openid

2009-06-14 Thread Rama Vadakattu
Recently i worked with openid i have used the below package for implementing it. http://code.google.com/p/django-openid-consumer/ It is basically a fork of simonwillison django-openid implementing new openid features. I did not face any problems and successfully implemented openid on my site. -

Re: OpenId

2008-12-01 Thread Roland van Laar
Chris wrote: > I have been looking into using OpenId and I discovered that there are > to 2 django libraries that handle this: django_openId and > django_authopenid. Any opinions on the two? Not sure which one I > should go with. > I depends on what you want to do, be a relying party, i.e. the

Re: OpenID support in contrib.auth

2008-07-16 Thread [EMAIL PROTECTED]
django-openid by simon willson works, but you probably have to use the openid-2.0+auth branch. I used it in my Diamanda (http:// code.google.com/p/diamanda/) and it works ;) (diamandas.userpanel app). I've also added authentication manager for loggin to a django user if it has assigned openID plus

Re: openId cookbook updates?

2007-03-05 Thread Joseph Heck
I riffed off those directions and the Zyon's code, but I found that the Zyon's code really didn't help me that much - I think it was written to an earlier version of the openID libraries from Janrain. Anyway, I used the request.session and a store built in to Postgres for my implementation. Determ

Re: openId cookbook updates?

2007-03-04 Thread Malcolm Tredinnick
Hi Sam, On Sun, 2007-03-04 at 23:04 +, Sam Richards wrote: > Has anybody gotten the python openID library from > http://www.openidenabled.com/openid/libraries/python to work? > > I was trying to follow > http://code.djangoproject.com/wiki/CookBookShortcutsOpenIDAuthentication > but it seems

Re: OpenID

2006-12-06 Thread MerMer
There was a very recent post on CAS (Central Authentication System). The author has written the middeware for Django and is making it publically available. I've no idea if there are any differences between CAS and OpenID, but thought it might be worth a mention. MerMer --~--~-~--~~

Re: OpenID

2006-12-05 Thread Sandro
Ian Holsman deserves to be noted. http://feh.holsman.net/articles/2006/07/14/zyons-openid-what-a-match --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to djan

Re: OpenID

2006-05-11 Thread Joseph Kocherhans
On 5/11/06, Alan Trick <[EMAIL PROTECTED]> wrote: > > I was wondering if anyone has thought about providing OpenID support in > django. I'm writting an app and I really want to use django, but OpenID > is somewhat important for technical reasons. There is a new branch that provides the infrastruc

Re: OpenID

2006-05-11 Thread arthur debert
Hi Alan. have you tried this one ? http://code.djangoproject.com/wiki/CookBookShortcutsOpenIDAuthentication (it's about a month old, but I haven't used it my self) cheers, arthur --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: OpenID

2006-05-11 Thread Alan Trick
On Thu, 2006-05-11 at 21:17 +1000, Malcolm Tredinnick wrote: > On Thu, 2006-05-11 at 19:08 +0800, Alan Trick wrote: > > Hi, > > > > I was wondering if anyone has thought about providing OpenID support in > > django. I'm writting an app and I really want to use django, but OpenID > > is somewhat i

Re: OpenID

2006-05-11 Thread Michael Radziej
Alan Trick wrote: > A decentralized identity system. It allows you use the same login on > multiple web pages. Sounds cool ... thanks for the information! Michael --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "D

Re: OpenID

2006-05-11 Thread Alan Trick
A decentralized identity system. It allows you use the same login on multiple web pages. For example, if I own a website (me.example) then I can set up an OpenID server. Then I can go to site.example and login using me.example as my id (site.example) will then have me go login on my own OpenID if

Re: OpenID

2006-05-11 Thread Malcolm Tredinnick
On Thu, 2006-05-11 at 19:08 +0800, Alan Trick wrote: > Hi, > > I was wondering if anyone has thought about providing OpenID support in > django. I'm writting an app and I really want to use django, but OpenID > is somewhat important for technical reasons. There have been periodic threads about e

Re: OpenID

2006-05-11 Thread Michael Radziej
Alan Trick wrote: > Hi, > > I was wondering if anyone has thought about providing OpenID support in > django. I'm writting an app and I really want to use django, but OpenID > is somewhat important for technical reasons. What is OpenID? Michael --~--~-~--~~~---~--~-

Re: OpenID?

2006-04-16 Thread jeremy
Okay, sold. I put it here: http://code.djangoproject.com/wiki/CookBookShortcutsOpenIDAuthentication --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django

Re: OpenID?

2006-04-16 Thread Ian Clelland
On 4/16/06, jeremy <[EMAIL PROTECTED]> wrote: > > If anyone is interested in verifying OpenID identities from within > Django, I've just implemented that and would be happy to share. It > wasn't particularly difficult given the Python openid library, but it > should save other implementers some t