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 no documentation as of now. So, I've included an entire django project itself for now, to check on it's working. Currently, the Facebook authentication system is fully functional (using the current OAuth2 based Graph API implementation). If anyone is interested to try it out, you can check https://github.com/subhranath/django-custom-auths Any suggestions for improvements are very welcome. Thanks, Subhranath Chunder. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

