Re: Single sign-in

2009-08-28 Thread Chris McCormick
Hi All, My workmate just pointed out that somebody has now done this. Hooray! Chris. On Tue, May 05, 2009 at 05:15:16PM +0100, Chris McCormick wrote: > > Hi All, > > I am sensing a need for a library which allows for a user to sign

Re: Single sign-in

2009-05-23 Thread Joshua Partogi
Hi Chris, What implementation are you planning to support? I think this is a good idea. Why don't you roll the ball first and get community feedback from there. Cheers. On May 23, 7:24 pm, Chris McCormick wrote: > Hi Lakshman, > > I haven't yet started or made any progress on this library. I w

Re: Single sign-in

2009-05-23 Thread nederhoed
Hi Chris and Lakshman, hopefully I can compensate the "underwhelming response" a bit :-) The first that came to mind was OpenID. It's the rapid growing protocol being used for Signle Sign-on. It's an open standard, yeah! There are Python/Django libraries available you can use: http://www.openid

Re: Single sign-in

2009-05-23 Thread Chris McCormick
Hi Lakshman, I haven't yet started or made any progress on this library. I was a bit put off by the underwhelming response on this mailing list. Maybe I'll set up a Google Code repository this week, and import the working Facebook code I have, and then start integrating some of the other systems.

Re: Single sign-in

2009-05-22 Thread Lakshman
Hi, I now have this exact same requirement. Is there any development and/or any existing code/module/app that implements sign-in using Google/Facebook/Twitter/OpenID/EmailID/UserID something that friendfeed did just recently. On May 5, 9:15 pm, Chris McCormick wrote: > Hi All, > > I am sensing

Single sign-in

2009-05-05 Thread Chris McCormick
Hi All, I am sensing a need for a library which allows for a user to sign into Django apps using any of their existing credentials with another site, and I wanted to start a library project for providing this to Django programmers. I thought I would ask here first and see if there is something ex