Re: [Sharing] django-custom-auths

2011-09-18 Thread Subhranath Chunder
Added the Google+ authentication app to it. On Wed, Aug 10, 2011 at 2:52 PM, Subhranath Chunder wrote: > I was working on these django applications which simplifies the use of > third-party logins for a django project without breaking any existing code. > > My concerns were: > - No existing code

[Sharing] django-custom-auths

2011-08-10 Thread Subhranath Chunder
I was working on these django applications which simplifies the use of third-party logins for a django project without breaking any existing code. My concerns were: - No existing code breakage. - Easy integration with django's own authenication system API. This is a work in progress with perhaps